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:
Kevin Fenzi 2025-04-24 09:26:09 -07:00
parent 33c846b516
commit dc1b09121b

View file

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