add modcluster testing to default scenario

This commit is contained in:
Guido Grazioli 2023-03-07 12:51:16 +01:00
commit 41eed509ea
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
5 changed files with 15 additions and 3 deletions

View file

@ -152,7 +152,7 @@ argument_specs:
# line 48 of keycloak/defaults/main.yml
default: "{{ True if keycloak_ha_enabled else False }}"
description: "Enable auto configuration for database backend"
type: "str"
type: "bool"
keycloak_admin_user:
# line 51 of keycloak/defaults/main.yml
default: "admin"
@ -173,6 +173,10 @@ argument_specs:
default: false
description: "Remove pre-existing versions of service"
type: "bool"
keycloak_modcluster_enabled:
default: "{{ True if keycloak_ha_enabled else False }}"
description: "Enable configuration for modcluster subsystem"
type: "bool"
keycloak_modcluster_url:
# line 58 of keycloak/defaults/main.yml
default: "localhost"