Merge pull request #546 from ceph/separate-agent

separate the agent so it doesn't break standard installs
pull/548/head
Leseb 2016-02-16 14:08:26 +01:00
commit 349814d101
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
become: True
roles:
- ceph-mon
- hosts: agents
become: True
roles:
- ceph-agent
- hosts: osds