[ipa/server] Make the removing replication agreement real
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
89a2b057a9
commit
207ad8f313
1 changed files with 2 additions and 5 deletions
|
@ -140,12 +140,9 @@
|
||||||
|
|
||||||
# Replication agreement needs to be removed from ipa cluster
|
# Replication agreement needs to be removed from ipa cluster
|
||||||
# before installing the replica
|
# before installing the replica
|
||||||
- debug:
|
- name: Remove the replication agreement for the replica
|
||||||
msg: "ipa server-del --force {{ inventory_hostname }}"
|
command: "ipa server-del --force {{ inventory_hostname }}"
|
||||||
delegate_to: "{{ ipa_server }}"
|
delegate_to: "{{ ipa_server }}"
|
||||||
# - name: Remove the replication agreement for the replica
|
|
||||||
# command: "ipa server-del --force {{ inventory_hostname }}"
|
|
||||||
# delegate_to: "{{ ipa_server }}"
|
|
||||||
|
|
||||||
- name: deploy replica
|
- name: deploy replica
|
||||||
command: ipa-replica-install
|
command: ipa-replica-install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue