Add laptop wireguard configuration
This commit is contained in:
parent
c3cb8e1e8f
commit
b914c1bdcf
18 changed files with 113 additions and 519 deletions
10
templates/laptop/network/vmbr0.network.j2
Normal file
10
templates/laptop/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.5.0.1/24
|
||||
DHCP=ipv4
|
||||
IPForward=ipv4
|
||||
ConfigureWithoutCarrier=yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue