mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 20:04:45 +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
|
retries: 2
|
||||||
delay: 1
|
delay: 1
|
||||||
|
|
||||||
- name: Uninstall - Remove all replication agreements and data about replica
|
#- name: Uninstall - Remove all replication agreements and data about replica
|
||||||
command: >
|
# command: >
|
||||||
/usr/sbin/ipa-replica-manage
|
# /usr/sbin/ipa-replica-manage
|
||||||
del
|
# del
|
||||||
{{ ipareplica_hostname | default(ansible_fqdn) }}
|
# {{ ipareplica_hostname | default(ansible_fqdn) }}
|
||||||
--force
|
# --force
|
||||||
--password={{ ipadm_password }}
|
# --password={{ ipadm_password }}
|
||||||
failed_when: False
|
# failed_when: False
|
||||||
delegate_to: "{{ groups.ipaserver[0] | default(fail) }}"
|
# delegate_to: "{{ groups.ipaserver[0] | default(fail) }}"
|
||||||
|
|
||||||
# - name: Remove IPA replica packages
|
# - name: Remove IPA replica packages
|
||||||
# package:
|
# package:
|
||||||
|
|||||||
Reference in New Issue
Block a user