ceph-ansible/roles/ceph-mon/tasks/start_monitor.yml

8 lines
145 B
YAML

---
- name: start the monitor service
service:
name: ceph-mon@{{ monitor_name }}
state: started
enabled: yes
changed_when: false