infra/ansible/roles/bootstrap/templates/etc/hosts.j2
2025-05-30 13:24:38 -05:00

6 lines
217 B
Django/Jinja

127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.1.1 {{ inventory_hostname }} {{ inventory_hostname | split('.') | first }}