The ipsilon service is accessible from the ipsilon hosts, not the ipa hosts

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-10-15 18:51:12 +02:00
parent 157f1d2d52
commit 5078c95140
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

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