initial commit, here be dragons
This commit is contained in:
10
roles/wireguard/templates/a-vpn.conf.j2
Normal file
10
roles/wireguard/templates/a-vpn.conf.j2
Normal file
@ -0,0 +1,10 @@
|
||||
[Interface]
|
||||
PrivateKey = {{ vault.wireguard.host.private_key }}
|
||||
Address = 10.0.22.1
|
||||
ListenPort = 51841
|
||||
|
||||
[Peer]
|
||||
# User1 - Machine1
|
||||
PublicKey = {{ vault.wireguard.user1.machine1.public_key }}
|
||||
AllowedIPs = 10.0.22.11/32
|
||||
PresharedKey = {{ vault.wireguard.user1.machine1.preshared_key }}
|
Reference in New Issue
Block a user