2016-04-04 06:35:09 +08:00
|
|
|
---
|
2017-01-20 17:14:35 +08:00
|
|
|
- name: start and add that the rbd mirror service to the init sequence
|
2016-04-04 06:35:09 +08:00
|
|
|
service:
|
|
|
|
name: "ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}"
|
|
|
|
state: started
|
|
|
|
enabled: yes
|
|
|
|
changed_when: false
|