mirror of https://github.com/ceph/ceph-ansible.git
purge: add monitoring group in final cleanup play
This adds the monitoring group in the "final cleanup play" so any cid
files generated are well removed when purging the cluster.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1974536
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 037d8cd05e
)
pull/6664/head
parent
3bd3dddcc2
commit
0d4b029057
|
@ -557,6 +557,7 @@
|
|||
- "{{ rbdmirror_group_name|default('rbdmirrors') }}"
|
||||
- "{{ nfs_group_name|default('nfss') }}"
|
||||
- "{{ mgr_group_name|default('mgrs') }}"
|
||||
- "{{ monitoring_group_name|default('monitoring') }}"
|
||||
|
||||
become: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue