mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
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:
parent
0936d415c7
commit
c614af127e
5 changed files with 13 additions and 2 deletions
|
@ -195,6 +195,10 @@ argument_specs:
|
|||
default: 9000
|
||||
description: "Port of the management interface. Relevant only when something is exposed on the management interface - see the guide for details."
|
||||
type: "int"
|
||||
keycloak_quarkus_jgroups_ip:
|
||||
default: "{{ ansible_default_ipv4.address }}"
|
||||
description: Host jgroups IP. If changing this variable you must make sure it is always set for all hosts in your cluster.
|
||||
type: "str"
|
||||
keycloak_quarkus_jgroups_port:
|
||||
default: 7800
|
||||
description: "jgroups cluster tcp port"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue