k3s-ansible/roles/node/templates/etc-hosts.j2
2024-11-23 22:46:13 +01:00

10 lines
254 B
Django/Jinja

127.0.0.1 localhost
127.0.1.1 node-{{ groups['nodes'].index(inventory_hostname) + 1 }}
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
{% for item in hostnames %}
{{ item.ip }} {{ item.name }}
{% endfor %}