mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-27 15:11:36 -07:00
add modcluster testing to default scenario
This commit is contained in:
parent
0d2624cfff
commit
41eed509ea
5 changed files with 15 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue