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