keycloak-scim/.github/scripts/ansible/roles/keycloak_ec2_installer/defaults/main.yml
Ryan Emerson 67f6f2f657
Add Multi-AZ Aurora DB to CI store-integration-tests
Closes #26730

Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-02-14 16:51:08 +01:00

7 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