ansible-ffibk/roles/wireguard
Julian Labus fc6a062559
Role wireguard: explicitly set ipv6-addrgen to off
newer versions of ifupdown2 try to set the addrgen mode for interfaces
using inet6 but it seems that wireguard interfaces do not support this.
This causes a "ip link set dev <iface> down" command during every
execution of ifreload as the default mode eui6 does not mach the mode
set on the interface which is none.
2019-03-24 18:57:22 +01:00
..
defaults Introduce p2p vpn link between all ffmwu servers via WireGuard for routing purpose. 2019-03-19 15:23:12 +01:00
handlers Introduce p2p vpn link between all ffmwu servers via WireGuard for routing purpose. 2019-03-19 15:23:12 +01:00
tasks Role wireguard: split var 'my_wireguard_networks' into multiple lines for better reading 2019-03-22 21:52:47 +01:00
templates Role wireguard: explicitly set ipv6-addrgen to off 2019-03-24 18:57:22 +01:00
vars Introduce p2p vpn link between all ffmwu servers via WireGuard for routing purpose. 2019-03-19 15:23:12 +01:00