67f6f2f657
Closes #26730 Signed-off-by: Ryan Emerson <remerson@redhat.com>
11 lines
No EOL
333 B
Django/Jinja
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 %} |