mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 08:01:33 -07:00
Enable db by default when ha is enabled
This commit is contained in:
parent
aaae00ad3a
commit
f4b60dc764
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ keycloak_url: "http://{{ keycloak_host }}:{{ keycloak_http_port }}"
|
|||
keycloak_management_url: "http://{{ keycloak_host }}:{{ keycloak_management_http_port }}"
|
||||
# enable auto configuration for database backend, clustering and remote caches on infinispan
|
||||
keycloak_ha_enabled: False
|
||||
keycloak_db_enabled: False
|
||||
keycloak_db_enabled: "{{ True if keycloak_ha_enabled else False }}"
|
||||
|
||||
# keycloak administration console user
|
||||
keycloak_admin_user: admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue