Ensure Ceph daemons are disabled (managed by PVC)
This commit is contained in:
parent
098a36b524
commit
645a88f7cd
|
@ -78,11 +78,11 @@
|
||||||
- mgr
|
- mgr
|
||||||
when: newhost is defined and newhost
|
when: newhost is defined and newhost
|
||||||
|
|
||||||
- name: start and enable daemons
|
- name: start but disable daemons
|
||||||
service:
|
service:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: no
|
||||||
with_items:
|
with_items:
|
||||||
- ceph-mon@{{ ansible_hostname }}
|
- ceph-mon@{{ ansible_hostname }}
|
||||||
- ceph-mgr@{{ ansible_hostname }}
|
- ceph-mgr@{{ ansible_hostname }}
|
||||||
|
|
Loading…
Reference in New Issue