This has the tendency to make the ceph-mon play unnecessary longer when not
activated.
Signed-off-by: Sébastien Han <seb@redhat.com>
sudo: True
roles:
- ceph-mon
- - { role: ceph-restapi, when: restapi_group_name is defined and restapi_group_name in group_names }
#serial: 1 # ENABLE THIS WHEN DEPLOYING MONITORS ON DOCKER CONTAINERS
- hosts: osds
sudo: True
roles:
- ceph-rgw
+
+- hosts: restapis
+ sudo: True
+ roles:
+ - ceph-restapi