Add wireguard configuration
This commit is contained in:
parent
78e82f4bae
commit
c3cb8e1e8f
18 changed files with 176 additions and 127 deletions
10
templates/desktop/network/vmbr0.network.j2
Normal file
10
templates/desktop/network/vmbr0.network.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
|
||||
[Match]
|
||||
Name=vmbr0
|
||||
|
||||
[Network]
|
||||
Address=10.4.0.1/24
|
||||
DHCP=yes
|
||||
IPForward=yes
|
||||
ConfigureWithoutCarrier=yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue