mirror of https://github.com/ceph/ceph-ansible.git
commit
08796ef809
|
@ -56,3 +56,8 @@
|
||||||
become: True
|
become: True
|
||||||
roles:
|
roles:
|
||||||
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_stable_release }} > ceph_release_num.jewel" }
|
- { role: ceph-mgr, when: "ceph_release_num.{{ ceph_stable_release }} > ceph_release_num.jewel" }
|
||||||
|
|
||||||
|
- hosts: clients
|
||||||
|
become: True
|
||||||
|
roles:
|
||||||
|
- ceph-client
|
||||||
|
|
Loading…
Reference in New Issue