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
|
become: True
|
||||||
roles:
|
roles:
|
||||||
- ceph-mon
|
- ceph-mon
|
||||||
|
|
||||||
|
- hosts: agents
|
||||||
|
become: True
|
||||||
|
roles:
|
||||||
- ceph-agent
|
- ceph-agent
|
||||||
|
|
||||||
- hosts: osds
|
- hosts: osds
|
||||||
|
|
Loading…
Reference in New Issue