mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #989 from ceph/switch-bare-metal-to-container
ability to switch from bare metal to containerized daemonspull/990/head
commit
7174959152
|
@ -282,7 +282,7 @@
|
||||||
retries: 10
|
retries: 10
|
||||||
delay: 10
|
delay: 10
|
||||||
changed_when: false
|
changed_when: false
|
||||||
delegate_to: "{{ mon_host }}"
|
delegate_to: "{{ groups.mons[0] }}"
|
||||||
|
|
||||||
|
|
||||||
- name: switching from non-containerized to containerized ceph mds
|
- name: switching from non-containerized to containerized ceph mds
|
||||||
|
|
Loading…
Reference in New Issue