Etcd proxy added to caas-etcd
[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