Etcd proxy added to caas-etcd
[ta/caas-etcd.git] / ansible / roles / etcd / templates / caas-master-nodes.j2
diff --git a/ansible/roles/etcd/templates/caas-master-nodes.j2 b/ansible/roles/etcd/templates/caas-master-nodes.j2
new file mode 100644 (file)
index 0000000..a70e849
--- /dev/null
@@ -0,0 +1,4 @@
+{% for host in groups['caas_master']%}
+- "{{ hostvars[host]['networking']['infra_internal']['ip'] }}"
+{% endfor %}
+