initial tcpping support

This commit is contained in:
Guido Grazioli 2023-03-08 09:23:34 +01:00
commit 6e9a17bbf5
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
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 }}"