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