Use hostname instead of host (host can be an IP) and hostname matches the default nomenclature in ceph.conf

pull/1257/head
Chris Wells 2017-01-28 13:09:03 -05:00
parent 0d2e580768
commit 84c322550a
No known key found for this signature in database
GPG Key ID: D22385942F77477C
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
- name: restart rgw
service:
name: ceph-radosgw@rgw.{{ ansible_host }}
name: ceph-radosgw@rgw.{{ ansible_hostname }}
state: restarted