]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge: ability to purge client role
authorSébastien Han <seb@redhat.com>
Mon, 6 Feb 2017 13:58:10 +0000 (14:58 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 7 Feb 2017 21:14:18 +0000 (22:14 +0100)
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/purge-cluster.yml

index 6831a7edaa498eb9d903216472b18e7910515fae..e63cf3ab229e7acf2e9735d2f253542b5691ffae 100644 (file)
@@ -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
 
     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
     - "{{ rgw_group_name }}"
     - "{{ rbdmirror_group_name }}"
     - "{{ nfs_group_name }}"
+    - "{{ client_group_name }}"
 
   gather_facts: false # Already gathered previously