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

@@ -148,6 +148,10 @@ argument_specs:
default: false
description: "Enable auto configuration for database backend, clustering and remote caches on infinispan"
type: "bool"
keycloak_ha_discovery:
default: "{{ 'JDBC_PING' if keycloak_db_enabled else 'TCPPING' }}"
description: "Discovery protocol for HA cluster members"
type: "str"
keycloak_db_enabled:
# line 48 of keycloak/defaults/main.yml
default: "{{ True if keycloak_ha_enabled else False }}"