mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-28 23:51:34 -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
|
@ -10,3 +10,8 @@
|
|||
# - openjdk-21-jdk-headless # this is not available in ghcr.io/hspaans/molecule-containers:debian-11 (neither in debian-12) since the images are using outdated package sources
|
||||
- openjdk-17-jdk-headless
|
||||
state: present
|
||||
- name: "Install iproute2"
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- iproute2
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue