2024-02-14 15:51:08 +00:00
|
|
|
# This should match the user in the *_inventory.yml
|
|
|
|
ansible_ssh_user: ec2-user
|
|
|
|
# Workspace on the remote hosts
|
|
|
|
kc_home: /opt/keycloak
|
2024-10-23 13:19:10 +00:00
|
|
|
m2_home: ~/.m2
|
2024-02-14 15:51:08 +00:00
|
|
|
update_system_packages: no
|
|
|
|
install_java: yes
|
2024-06-03 12:17:28 +00:00
|
|
|
java_version: 21
|