mirror of https://github.com/ceph/ceph-ansible.git
commit
ba354cc8ca
|
@ -31,3 +31,11 @@
|
|||
name: ceph
|
||||
state: started
|
||||
enabled: yes
|
||||
when: ansible_service_mgr != "systemd"
|
||||
|
||||
- name: start and add the OSD target to the systemd sequence
|
||||
service:
|
||||
name: ceph.target
|
||||
state: started
|
||||
enabled: yes
|
||||
when: ansible_service_mgr == "systemd"
|
||||
|
|
Loading…
Reference in New Issue