Zack Williams | 8625d04 | 2016-02-26 14:32:43 -0700 | [diff] [blame] | 1 | 127.0.0.1 localhost |
2 | 127.0.1.1 ubuntu | ||||
3 | {% for host in vm_ip.results -%} | ||||
4 | {{ host.stdout }} {{ host.item.name }} | ||||
5 | {% endfor -%} | ||||
6 | |||||
7 | # The following lines are desirable for IPv6 capable hosts | ||||
8 | ::1 localhost ip6-localhost ip6-loopback | ||||
9 | ff02::1 ip6-allnodes | ||||
10 | ff02::2 ip6-allrouters |