blob: 82dee7b4f728500d1ae7c6183d10656b9e97551d (
plain)
1
2
3
4
5
6
7
|
127.0.0.1 localhost
{{ ansible_default_ipv4["address"] }} {{ hostname }}.linuxfoundation.org {{ hostname }}
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
|