mirror of https://github.com/ceph/ceph-ansible.git
Use hostname instead of host (host can be an IP) and hostname matches the default nomenclature in ceph.conf
parent
0d2e580768
commit
84c322550a
|
@ -4,5 +4,5 @@
|
|||
|
||||
- name: restart rgw
|
||||
service:
|
||||
name: ceph-radosgw@rgw.{{ ansible_host }}
|
||||
name: ceph-radosgw@rgw.{{ ansible_hostname }}
|
||||
state: restarted
|
||||
|
|
Loading…
Reference in New Issue