mirror of https://github.com/ceph/ceph-ansible.git
Add ceph-rbd-mirror role to containerized sample playbook
Signed-off-by: Ivan Font <ivan.font@redhat.com>pull/948/head
parent
6e0dfcd6f9
commit
8a5cbdb724
|
@ -30,6 +30,11 @@
|
||||||
roles:
|
roles:
|
||||||
- ceph-nfs
|
- ceph-nfs
|
||||||
|
|
||||||
|
- hosts: rbd_mirrors
|
||||||
|
become: True
|
||||||
|
roles:
|
||||||
|
- ceph-rbd-mirror
|
||||||
|
|
||||||
- hosts: restapis
|
- hosts: restapis
|
||||||
become: True
|
become: True
|
||||||
roles:
|
roles:
|
||||||
|
|
Loading…
Reference in New Issue