Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-13 12:06:53 +00:00
parent 88de928625
commit 1fd587b303

View file

@ -44,12 +44,18 @@
--password={{ipa_dm_password}}
--ip-address={{eth0_ip}}
creates=/var/lib/ipa/replica-info-{{inventory_hostname}}.gpg
tags:
- ipa
- config
when: env != "staging" and not inventory_hostname.startswith("ipa01")
- name: retrieve replica file
delegate_to: ipa01.phx2.fedoraproject.org
fetch: src=/var/lib/ipa/replica-info-{{inventory_hostname}}.gpg
dest=/tmp/ipa_replica_{{inventory_hostname}}
tags:
- ipa
- config
when: env != "staging" and not inventory_hostname.startswith("ipa01")
#