mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
ipareplica: Disable automatic removal of replication agreements in uninstall
Replication agreements are not removed with the command line tools.
This commit is contained in:
@@ -24,15 +24,15 @@
|
||||
retries: 2
|
||||
delay: 1
|
||||
|
||||
- name: Uninstall - Remove all replication agreements and data about replica
|
||||
command: >
|
||||
/usr/sbin/ipa-replica-manage
|
||||
del
|
||||
{{ ipareplica_hostname | default(ansible_fqdn) }}
|
||||
--force
|
||||
--password={{ ipadm_password }}
|
||||
failed_when: False
|
||||
delegate_to: "{{ groups.ipaserver[0] | default(fail) }}"
|
||||
#- name: Uninstall - Remove all replication agreements and data about replica
|
||||
# command: >
|
||||
# /usr/sbin/ipa-replica-manage
|
||||
# del
|
||||
# {{ ipareplica_hostname | default(ansible_fqdn) }}
|
||||
# --force
|
||||
# --password={{ ipadm_password }}
|
||||
# failed_when: False
|
||||
# delegate_to: "{{ groups.ipaserver[0] | default(fail) }}"
|
||||
|
||||
# - name: Remove IPA replica packages
|
||||
# package:
|
||||
|
||||
Reference in New Issue
Block a user