algo/roles/cloud-digitalocean/templates/20-ipv6.cfg.j2

7 lines
217 B
Plaintext
Raw Normal View History

2016-08-14 17:03:33 +00:00
iface eth0 inet6 static
address {{ item.ip_address }}
netmask {{ item.netmask }}
gateway {{ item.gateway }}
autoconf 0
dns-nameservers 2001:4860:4860::8844 2001:4860:4860::8888