Add wireguard configuration
This commit is contained in:
parent
ce46689f57
commit
a043bae576
16 changed files with 155 additions and 13 deletions
6
templates/network/br0.netdev.j2
Normal file
6
templates/network/br0.netdev.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
[NetDev]
|
||||
Name={{ bridge_interface }}
|
||||
Kind=bridge
|
||||
MACAddress={{ bridge_mac }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue