mirror of https://github.com/ceph/ceph-ansible.git
commit
08796ef809
|
@ -56,3 +56,8 @@
|
|||
become: True
|
||||
roles:
|
||||
- { 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