Allow arm64 using ETCD_UNSUPPORTED_ARCH env var
[ta/caas-etcd.git] / ansible / roles / etcd / templates / caas-master-nodes.j2
1 {% for host in groups['caas_master']%}
2 - "{{ hostvars[host]['networking']['infra_internal']['ip'] }}"
3 {% endfor %}
4