mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
Load envvars in kc rebuild
This commit is contained in:
parent
20797e4cad
commit
1a4590b0b8
4 changed files with 6 additions and 5 deletions
|
@ -23,6 +23,9 @@
|
|||
keycloak_quarkus_systemd_wait_for_delay: 2
|
||||
keycloak_quarkus_systemd_wait_for_log: true
|
||||
keycloak_quarkus_restart_health_check: false # would fail because of self-signed cert
|
||||
keycloak_quarkus_additional_env_vars:
|
||||
- key: KC_FEATURES_DISABLED
|
||||
value: impersonation,kerberos
|
||||
keycloak_quarkus_providers:
|
||||
- id: http-client
|
||||
spi: connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue