From 5078c9514006c8a9ea9b0d57cc6f93191fa8e268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 15 Oct 2020 18:51:12 +0200 Subject: [PATCH] The ipsilon service is accessible from the ipsilon hosts, not the ipa hosts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- 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 d3e604f0c8..0db5ebf3a6 100644 --- a/playbooks/groups/ipsilon.yml +++ b/playbooks/groups/ipsilon.yml @@ -27,7 +27,7 @@ hbacsvc: - ipsilon usercategory: all - host: "{{ (env == 'production')|ternary(groups['ipa'], groups['ipa_stg']) }}" + host: "{{ (env == 'production')|ternary(groups['ipsilon'], groups['ipsilon_stg']) }}" ipaadmin_password: "{{ ipa_admin_password }}" tags: - ipsilon