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