mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #546 from ceph/separate-agent
separate the agent so it doesn't break standard installspull/548/head
commit
349814d101
|
@ -5,6 +5,10 @@
|
|||
become: True
|
||||
roles:
|
||||
- ceph-mon
|
||||
|
||||
- hosts: agents
|
||||
become: True
|
||||
roles:
|
||||
- ceph-agent
|
||||
|
||||
- hosts: osds
|
||||
|
|
Loading…
Reference in New Issue