From: Sébastien Han Date: Thu, 26 Nov 2015 18:57:16 +0000 (+0100) Subject: Moving out the restapi from the mons X-Git-Tag: v1.0.0~87^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c8dab6546f565542d26ca3372b6d6b8e978a8cc3;p=ceph-ansible.git Moving out the restapi from the mons This has the tendency to make the ceph-mon play unnecessary longer when not activated. Signed-off-by: Sébastien Han --- diff --git a/site.yml.sample b/site.yml.sample index 6525d5723..64ebab5f7 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -5,7 +5,6 @@ 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 @@ -22,3 +21,8 @@ sudo: True roles: - ceph-rgw + +- hosts: restapis + sudo: True + roles: + - ceph-restapi