mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-14 01:54:30 -07:00
Close #228: add support for custom env vars in sysconfig file
This commit is contained in:
parent
1b69191a6e
commit
6d01ffbb77
5 changed files with 22 additions and 1 deletions
|
@ -201,6 +201,10 @@ argument_specs:
|
|||
default: "{{ keycloak_quarkus_java_heap_opts + ' ' + keycloak_quarkus_java_jvm_opts }}"
|
||||
description: "JVM arguments, by default heap_opts + jvm_opts, if overriden it takes precedence over them"
|
||||
type: "str"
|
||||
keycloak_quarkus_additional_env_vars:
|
||||
default: "[]"
|
||||
description: "List of additional env variables of { key: str, value: str} to be put in sysconfig file"
|
||||
type: "list"
|
||||
keycloak_quarkus_ha_enabled:
|
||||
default: false
|
||||
description: "Enable auto configuration for database backend, clustering and remote caches on infinispan"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue