Add p14 wireguard configurations

This commit is contained in:
Sonny Bakker 2026-02-24 19:49:08 +01:00
parent 8d2b587072
commit 7a8116a5c7
3 changed files with 27 additions and 20 deletions

View file

@ -6,11 +6,11 @@ vpn_server_key_path: "{{ vpn_config_dir }}/keys/private/server.key"
copy_vpn_configurations: false
vpn_peers:
laptop:
ip: "10.0.0.2"
public_key: "EbWLf2+7x/RymeeiVuX72nZOBqPvdhu2V9pYhszpQEw="
preshared_key_path: "{{ vpn_config_dir }}/keys/private/preshared-laptop.psk"
preshared_key_source_path: "files/wireguard/default/preshared-laptop.psk"
thinkpad:
ip: "10.0.0.5"
public_key: "MOdt0GmrJWOAsL78TcHRNrBMF2jC9mviJrP5gqFzKxo="
preshared_key_path: "{{ vpn_config_dir }}/keys/private/preshared-thinkpad.psk"
preshared_key_source_path: "files/wireguard/default/preshared-thinkpad.psk"
desktop:
ip: "10.0.0.3"