diff --git a/roles/common/templates/ceph.conf.j2 b/roles/common/templates/ceph.conf.j2 index 1ad35a76f..e015c7c18 100644 --- a/roles/common/templates/ceph.conf.j2 +++ b/roles/common/templates/ceph.conf.j2 @@ -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