site: docker add client role

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1664/head
Sébastien Han 2017-07-07 17:01:58 +02:00
parent f678b11d3d
commit 108503da96
1 changed files with 5 additions and 0 deletions

View File

@ -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