Merge pull request #1664 from ceph/client-role

site: docker add client role
pull/1673/head
Guits 2017-07-07 17:13:55 +02:00 committed by GitHub
commit 08796ef809
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