standalone ha without remote store

This commit is contained in:
Guido Grazioli 2023-04-01 10:06:03 +02:00
commit 526f64e5eb
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
7 changed files with 748 additions and 6 deletions

View file

@ -48,6 +48,8 @@ keycloak_ha_enabled: False
keycloak_db_enabled: "{{ True if keycloak_ha_enabled else False }}"
### Discovery protocol for ha cluster members, valus [ 'JDBC_PING', 'TCPPING' ]
keycloak_ha_discovery: "{{ 'JDBC_PING' if keycloak_db_enabled else 'TCPPING' }}"
### Remote cache store on infinispan cluster
keycloak_remote_cache_enabled: "{{ True if keycloak_ha_enabled else False }}"
### Keycloak administration console user
keycloak_admin_user: admin