ceph-ansible/roles/ceph-rbd-mirror/tasks/start_rbd_mirror.yml

8 lines
211 B
YAML
Raw Normal View History

---
- name: start and add that the rbd mirror service to the init sequence
service:
name: "ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}"
state: started
enabled: yes
changed_when: false