k3s-ansible/roles/node/templates/etc-hosts.j2

10 lines
254 B
Plaintext
Raw Normal View History

2024-11-23 21:46:13 +00:00
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 %}