algo/roles/cloud-digitalocean/templates/20-ipv6.cfg.j2
2016-08-16 00:00:26 -04:00

7 lines
217 B
Django/Jinja

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