Added new template for instances.yml file
This commit is contained in:
parent
dda93ebd15
commit
7194675f02
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
# {{ ansible_managed }}
|
||||||
|
# TO-DO
|
||||||
|
|
||||||
|
{% if node_generate_certs %}
|
||||||
|
instances:
|
||||||
|
{% for item in elasticsearch_cluster_nodes %}
|
||||||
|
ip: {{ item.ip }}
|
||||||
|
- "{{ item.name }}"
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
Loading…
Reference in New Issue
Block a user