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