keycloak-scim/.github/scripts/ansible/roles/aws_ec2/templates/inventory.yml.j2
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

11 lines
No EOL
333 B
Django/Jinja

keycloak:
children:
{{ cluster_name }}_{{ region | replace('-','_') }}:
vars:
ansible_user: ec2-user
ansible_become: yes
ansible_ssh_private_key_file: {{ cluster_name }}_{{ region }}.pem
hosts:
{% for instance in instances.instances %}
{{ instance.public_ip_address }}:
{% endfor %}