Ensure Ceph daemons are disabled (managed by PVC)

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent a19d9c77ad
commit a01720a09d
1 changed files with 2 additions and 2 deletions

View File

@ -78,11 +78,11 @@
- mgr
when: newhost is defined and newhost
- name: start and enable daemons
- name: start but disable daemons
service:
name: "{{ item }}"
state: started
enabled: yes
enabled: no
with_items:
- ceph-mon@{{ ansible_hostname }}
- ceph-mgr@{{ ansible_hostname }}