mirror of https://github.com/ceph/ceph-ansible.git
ability to switch from bare metal to containerized daemons
Signed-off-by: Sébastien Han <seb@redhat.com>pull/989/head
parent
517196ed66
commit
b8158a6554
|
@ -282,7 +282,7 @@
|
|||
retries: 10
|
||||
delay: 10
|
||||
changed_when: false
|
||||
delegate_to: "{{ mon_host }}"
|
||||
delegate_to: "{{ groups.mons[0] }}"
|
||||
|
||||
|
||||
- name: switching from non-containerized to containerized ceph mds
|
||||
|
|
Loading…
Reference in New Issue