mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 18:06:16 +07:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
|
endpoints = [
|
||
|
{% for host in ansible_play_hosts %}
|
||
|
"{{ hostvars[host].ansible_default_ipv4.address }}:{{ etcd_port }}",
|
||
|
{% endfor %}
|
||
|
]
|