Merge pull request #208 from leseb/improve-rgw

Improve RGW config section
pull/209/head
Leseb 2015-02-15 02:23:15 +01:00
commit ebd07ae56c
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#jinja2: trim_blocks: "true", lstrip_blocks: "true"
# {{ ansible_managed }}
[global]
@ -140,8 +141,8 @@
{% endif %}
host = {{ hostvars[host]['ansible_hostname'] }}
keyring = /etc/ceph/radosgw.gateway.keyring
rgw socket path = /tmp/radosgw.sock
log file = /var/log/ceph/radosgw.log
rgw socket path = /tmp/radosgw-{{ hostvars[host]['ansible_hostname'] }}.sock
log file = /var/log/ceph/radosgw-{{ hostvars[host]['ansible_hostname'] }}.log
rgw data = /var/lib/ceph/radosgw/{{ hostvars[host]['ansible_hostname'] }}
rgw print continue = false
{% endif %}