ipa / server: fix delegations

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-10 11:51:01 -07:00
parent ada46c240c
commit 7b93c69d29

View file

@ -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