Files
container.training/prepare-vms/clusters.csv
2017-11-20 16:35:25 -08:00

6 lines
232 B
CSV

Put your initials in the first column to "claim" a cluster.
Initials{% for node in clusters[0] %} node{{ loop.index }}{% endfor %}
{% for cluster in clusters -%}
{%- for node in cluster %} {{ node|trim }}{% endfor %}
{% endfor %}