From: leseb Date: Fri, 3 Jul 2015 14:22:27 +0000 (+0200) Subject: Only activate restpi when needed X-Git-Tag: v1.0.0~186^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F309%2Fhead;p=ceph-ansible.git Only activate restpi when needed Signed-off-by: leseb --- diff --git a/site.yml b/site.yml index ff4ebcfcf..edc85b3cc 100644 --- a/site.yml +++ b/site.yml @@ -5,7 +5,7 @@ sudo: True roles: - ceph-mon - - ceph-restapi + - { role: ceph-restapi, when: restapi_group_name is defined } - hosts: osds sudo: True