Merge pull request #106 from schmaxit/main

Run service as `keycloak_service_user`
This commit is contained in:
Guido Grazioli 2023-08-30 11:07:25 +02:00 committed by GitHub
commit d12f62b89d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 43 additions and 10 deletions

View file

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