Add tags
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
88de928625
commit
1fd587b303
1 changed files with 6 additions and 0 deletions
|
@ -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")
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue