Adapted template to render nodes.
This commit is contained in:
parent
2f8b3a3a4d
commit
071e354fbd
@ -4,11 +4,10 @@
|
|||||||
|
|
||||||
{% if node_generate_certs %}
|
{% if node_generate_certs %}
|
||||||
instances:
|
instances:
|
||||||
|
|
||||||
{% for node in instances %}
|
{% for node in instances %}
|
||||||
- name: "{{node.value.name}}"
|
- name: "{{ node.name }}"
|
||||||
ip:
|
ip:
|
||||||
- "{{ node.value.ip }}"
|
- "{{ node.ip }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Loading…
Reference in New Issue
Block a user