From dc1b09121ba78ccac6b71441eb3b746d77ebedba Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 24 Apr 2025 09:26:09 -0700 Subject: [PATCH] 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 --- playbooks/groups/ipsilon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/ipsilon.yml b/playbooks/groups/ipsilon.yml index 390250a683..8c95c4344a 100644 --- a/playbooks/groups/ipsilon.yml +++ b/playbooks/groups/ipsilon.yml @@ -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