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

@ -59,7 +59,7 @@ keycloak_jdbc:
# reverse proxy mod_cluster
keycloak_modcluster:
enabled: "{{ keycloak_ha_enabled }}"
enabled: "{{ keycloak_ha_enabled or keycloak_modcluster_enabled }}"
reverse_proxy_urls: "{{ keycloak_modcluster_urls }}"
frontend_url: "{{ keycloak_frontend_url }}"