2021-03-10 05:44:10 +01:00
|
|
|
{{ ansible_managed | comment }}
|
2021-01-31 06:07:05 +01:00
|
|
|
|
|
|
|
auto {{ item.name }}
|
|
|
|
iface {{ item.name }}
|
|
|
|
link-type wireguard
|
|
|
|
pre-up wg setconf $IFACE /etc/wireguard/$IFACE.conf
|
2021-02-21 10:57:44 +01:00
|
|
|
address {{ item.addr }}
|