Add var to set the jgroups IP per host

This is useful if the default route does not
represent the network you want/need to use for
cluster communication.
This commit is contained in:
Jonathan Wright 2025-05-13 09:15:38 -05:00
commit c614af127e
5 changed files with 13 additions and 2 deletions

View file

@ -38,6 +38,7 @@ keycloak_quarkus_http_enabled: true
keycloak_quarkus_http_port: 8080
keycloak_quarkus_https_port: 8443
keycloak_quarkus_http_management_port: 9000
keycloak_quarkus_jgroups_ip: "{{ ansible_default_ipv4.address }}"
keycloak_quarkus_jgroups_port: 7800
keycloak_quarkus_java_heap_opts: "-Xms1024m -Xmx2048m"
keycloak_quarkus_java_jvm_opts: "-XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8