mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-22 21:00:31 -07:00
Merge pull request #106 from schmaxit/main
Run service as `keycloak_service_user`
This commit is contained in:
commit
d12f62b89d
9 changed files with 43 additions and 10 deletions
|
@ -6,6 +6,7 @@
|
|||
keycloak_config_override_template: custom.xml.j2
|
||||
keycloak_http_port: 8081
|
||||
keycloak_management_http_port: 19990
|
||||
keycloak_service_runas: True
|
||||
roles:
|
||||
- role: keycloak
|
||||
tasks:
|
||||
|
@ -51,4 +52,4 @@
|
|||
sso_offline_install: True
|
||||
when:
|
||||
- assets_server is defined
|
||||
- assets_server | length > 0
|
||||
- assets_server | length > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue