mirror of https://github.com/ceph/ceph-ansible.git
commit
7b164dcdcd
|
@ -64,7 +64,7 @@
|
|||
|
||||
{% if radosgw %}
|
||||
{% for host in groups['rgws'] %}
|
||||
[client.radosgw.gateway.{{ hostvars[host]['ansible_hostname'] }}]
|
||||
[client.radosgw.gateway]
|
||||
host = {{ hostvars[host]['ansible_fqdn'] }}
|
||||
keyring = /etc/ceph/keyring.radosgw.gateway
|
||||
rgw socket path = /tmp/radosgw.sock
|
||||
|
|
Loading…
Reference in New Issue