8 lines
196 B
YAML
8 lines
196 B
YAML
|
# This should match the user in the *_inventory.yml
|
||
|
ansible_ssh_user: ec2-user
|
||
|
# Workspace on the remote hosts
|
||
|
kc_home: /opt/keycloak
|
||
|
update_system_packages: no
|
||
|
install_java: yes
|
||
|
java_version: 17
|