parent
b8d8a4e6ca
commit
8bcc1e129d
@ -0,0 +1,11 @@ |
||||
search csclub.uwaterloo.ca uwaterloo.ca |
||||
|
||||
# CSC Nameservers |
||||
nameserver 2620:101:f000:4901:c5c::4 |
||||
nameserver 2620:101:f000:7300:c5c::20 |
||||
nameserver 129.97.134.4 |
||||
nameserver 129.97.18.20 |
||||
|
||||
# IST Anycast (fallback) |
||||
nameserver 129.97.2.1 |
||||
nameserver 129.97.2.2 |
@ -0,0 +1,18 @@ |
||||
# localhost |
||||
127.0.0.1 localhost |
||||
::1 localhost |
||||
|
||||
# IPv6 |
||||
fe00::0 ip6-localnet |
||||
ff00::0 ip6-multicast |
||||
ff02::1 ip6-allnodes |
||||
ff02::2 ip6-allrouters |
||||
ff02::3 ip6-allhosts |
||||
|
||||
# {{ ansible_hostname }} |
||||
{% if ansible_default_ipv4.address is defined %} |
||||
{{ ansible_default_ipv4.address }} {{ ansible_fqdn }} {{ ansible_hostname }} |
||||
{% endif %} |
||||
{% if ansible_default_ipv6.address is defined %} |
||||
{{ ansible_default_ipv6.address }} {{ ansible_fqdn }} {{ ansible_hostname }} |
||||
{% endif %} |
Loading…
Reference in new issue