mirror of https://github.com/ceph/ceph-ansible.git
purge: ability to purge client role
Signed-off-by: Sébastien Han <seb@redhat.com>pull/1281/head
parent
7ad7666eab
commit
72cd9199ac
|
@ -40,6 +40,7 @@
|
|||
rgw_group_name: rgws
|
||||
rbdmirror_group_name: rbd-mirrors
|
||||
nfs_group_name: nfss
|
||||
client_group_name: clients
|
||||
|
||||
hosts:
|
||||
- "{{ mon_group_name }}"
|
||||
|
@ -48,6 +49,7 @@
|
|||
- "{{ rgw_group_name }}"
|
||||
- "{{ rbdmirror_group_name }}"
|
||||
- "{{ nfs_group_name }}"
|
||||
- "{{ client_group_name }}"
|
||||
|
||||
become: true
|
||||
|
||||
|
@ -435,6 +437,7 @@
|
|||
rgw_group_name: rgws
|
||||
rbdmirror_group_name: rbd-mirrors
|
||||
nfs_group_name: nfss
|
||||
client_group_name: clients
|
||||
|
||||
# When set to true both groups of packages are purged.
|
||||
# This can cause problem with qemu-kvm
|
||||
|
@ -466,6 +469,7 @@
|
|||
- "{{ rgw_group_name }}"
|
||||
- "{{ rbdmirror_group_name }}"
|
||||
- "{{ nfs_group_name }}"
|
||||
- "{{ client_group_name }}"
|
||||
|
||||
gather_facts: false # Already gathered previously
|
||||
|
||||
|
|
Loading…
Reference in New Issue