mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-21 16:22:51 +00:00
6 lines
232 B
CSV
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 %}
|