mirror of https://github.com/ceph/ceph-ansible.git
site: docker add client role
Signed-off-by: Sébastien Han <seb@redhat.com>pull/1664/head
parent
f678b11d3d
commit
108503da96
|
@ -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