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:
parent
33c846b516
commit
dc1b09121b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue