mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
ipsilon: use correct centos stg ipsilon host for hbac rule
This was using the wrong host and thus removing the correct one. Fixing it to use the right host. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
ipahbacrule:
|
||||
name: ipsilon
|
||||
action: member
|
||||
host: "{{ (env == 'production')|ternary('ipsilon.iad2.centos.org', 'centos-ipa-client02.stg.iad2.fedoraproject.org') }}"
|
||||
host: "{{ (env == 'production')|ternary('ipsilon.iad2.centos.org', 'ipsilon.stg.iad2.centos.org') }}"
|
||||
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||
tags:
|
||||
- ipsilon
|
||||
|
||||
Reference in New Issue
Block a user