ipa / server: fix delegations
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ada46c240c
commit
7b93c69d29
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
ipa_pass: "{{ipa_admin_password}}"
|
||||
validate_certs: no
|
||||
run_once: yes
|
||||
delegate_to: ipa[0]
|
||||
delegate_to: "ipa01{{ env_suffix }}.iad2.fedoraproject.org"
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
@ -52,7 +52,7 @@
|
|||
mode: 0755
|
||||
# Only run the cron job on one server
|
||||
run_once: yes
|
||||
delegate_to: ipa[0]
|
||||
delegate_to: "ipa01{{ env_suffix }}.iad2.fedoraproject.org"
|
||||
tags:
|
||||
- ipa/server
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue