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:
|
||||
- ceph-nfs
|
||||
|
||||
- hosts: rbd_mirrors
|
||||
become: True
|
||||
roles:
|
||||
- ceph-rbd-mirror
|
||||
|
||||
- hosts: restapis
|
||||
become: True
|
||||
roles:
|
||||
|
|
Loading…
Reference in New Issue