mirror of https://github.com/ceph/ceph-ansible.git
separate the agent so it doesn't break standard installs
Mainly because some packages are still not there for upstream which will cause it to break installs that would otherwise would succeed Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/546/head
parent
9db28f52ed
commit
a8358a0349
|
@ -7,6 +7,11 @@
|
|||
- ceph-mon
|
||||
- ceph-agent
|
||||
|
||||
- hosts: agents
|
||||
become: True
|
||||
roles:
|
||||
- ceph-agent
|
||||
|
||||
- hosts: osds
|
||||
become: True
|
||||
roles:
|
||||
|
|
Loading…
Reference in New Issue