Add ceph-rbd-mirror role to containerized sample playbook

Signed-off-by: Ivan Font <ivan.font@redhat.com>
pull/948/head
Ivan Font 2016-08-22 11:23:48 -07:00
parent 6e0dfcd6f9
commit 8a5cbdb724
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
roles:
- ceph-nfs
- hosts: rbd_mirrors
become: True
roles:
- ceph-rbd-mirror
- hosts: restapis
become: True
roles: