mirror of https://github.com/ceph/ceph-ansible.git
commit
0fcfc477ba
|
@ -135,7 +135,7 @@
|
|||
{% if radosgw %}
|
||||
{% for host in groups['rgws'] %}
|
||||
{% if hostvars[host]['ansible_hostname'] is defined %}
|
||||
[client.radosgw.{{ hostvars[host]['ansible_hostname'] }}]
|
||||
[client.radosgw.gateway]
|
||||
{% if radosgw_dns_name is defined %}
|
||||
rgw dns name = {{ radosgw_dns_name }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue