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

@ -4,6 +4,12 @@
vars:
keycloak_admin_password: "remembertochangeme"
keycloak_jvm_package: java-11-openjdk-headless
keycloak_modcluster_enabled: True
keycloak_modcluster_urls:
- host: myhost1
port: 16667
- host: myhost2
port: 16668
roles:
- role: keycloak
tasks: