Merge pull request #309 from ceph/restapi-fix

Only activate restpi when needed
pull/310/head
Leseb 2015-07-03 16:23:10 +02:00
commit 4e28d04229
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
sudo: True sudo: True
roles: roles:
- ceph-mon - ceph-mon
- ceph-restapi - { role: ceph-restapi, when: restapi_group_name is defined }
- hosts: osds - hosts: osds
sudo: True sudo: True