initial tcpping support

This commit is contained in:
Guido Grazioli
2023-03-08 09:23:34 +01:00
parent 0052025917
commit 6e9a17bbf5
5 changed files with 35 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ keycloak_prefer_ipv4: True
keycloak_ha_enabled: False
### Enable database configuration, must be enabled when HA is configured
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' }}"
### Keycloak administration console user
keycloak_admin_user: admin