mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-01 11:44:33 -07:00
This commit is contained in:
parent
60ca798e1a
commit
0ee29eb483
7 changed files with 94 additions and 0 deletions
|
@ -58,6 +58,9 @@ keycloak_quarkus_https_key_store_password: ''
|
|||
keycloak_quarkus_https_trust_store_enabled: false
|
||||
keycloak_quarkus_https_trust_store_file: "{{ keycloak.home }}/conf/trust_store.p12"
|
||||
keycloak_quarkus_https_trust_store_password: ''
|
||||
### configuration key store configuration
|
||||
keycloak_quarkus_config_key_store_file: "{{ keycloak.home }}/conf/conf_store.p12"
|
||||
keycloak_quarkus_config_key_store_password: ''
|
||||
|
||||
### Enable configuration for database backend, clustering and remote caches on infinispan
|
||||
keycloak_quarkus_ha_enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue