mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #948 from font/rbdmirror
Add ceph-rbd-mirror role to containerized sample playbookpull/954/head
commit
a22fa9abe3
|
@ -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