mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-17 16:31:25 -07:00
overridexml test uses runas feature
This commit is contained in:
parent
276444ce0e
commit
0199e554b5
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
keycloak_config_override_template: custom.xml.j2
|
keycloak_config_override_template: custom.xml.j2
|
||||||
keycloak_http_port: 8081
|
keycloak_http_port: 8081
|
||||||
keycloak_management_http_port: 19990
|
keycloak_management_http_port: 19990
|
||||||
|
keycloak_service_runas: True
|
||||||
roles:
|
roles:
|
||||||
- role: keycloak
|
- role: keycloak
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -51,4 +52,4 @@
|
||||||
sso_offline_install: True
|
sso_offline_install: True
|
||||||
when:
|
when:
|
||||||
- assets_server is defined
|
- assets_server is defined
|
||||||
- assets_server | length > 0
|
- assets_server | length > 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue