mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 23:10:22 +07:00
6 lines
121 B
Django/Jinja
6 lines
121 B
Django/Jinja
endpoints = [
|
|
{% for host in ansible_play_hosts %}
|
|
"{{ hostvars[host].ansible_host }}:{{ etcd_port }}",
|
|
{% endfor %}
|
|
]
|