From cee06b0f6a0ffe49301a50d696ae0668bfe7834f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 11 Sep 2025 00:24:50 +0200 Subject: Update vars to rename the wireguard interfaces wg-x (standard) --- host_vars/archlinux.local.yml.example | 4 ++-- host_vars/rpi5.local.yml.example | 7 ++++--- host_vars/ubuntu.local.yml.example | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'host_vars') diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 5e8c1e55..c31bef97 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -8,7 +8,7 @@ network_ipv6_gateway: "fd5c:fd8b:2b8c::200" network_ipv6_dns: "fd5c:fd8b:2b8c::200" wireguard_connections: - protonvpn-us-1: | + wg-vpn1: | [Interface] PrivateKey = your_private_key_here Address = 10.2.0.2/32 @@ -17,4 +17,4 @@ wireguard_connections: [Peer] PublicKey = server_public_key AllowedIPs = 0.0.0.0/0 - Endpoint = us-1.protonvpn.com:51820 + Endpoint = vpn.com:51820 diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 28212037..7af78b98 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -16,9 +16,10 @@ pihole_dhcp_hosts: - "ff:ff:ff:ff:ff:fe, 10.0.0.252,TV" - "ff:ff:ff:ff:ff:ff, 10.0.0.253,Printer" -wireguard_autostart_connection: "protonvpn-us-1" +gateway_enabled: true +wireguard_autostart_connection: "wg-vpn2" wireguard_connections: - protonvpn-us-1: | + wg-vpn2: | [Interface] PrivateKey = your_private_key_here Address = 10.2.0.2/32 @@ -27,4 +28,4 @@ wireguard_connections: [Peer] PublicKey = server_public_key AllowedIPs = 0.0.0.0/0 - Endpoint = us-1.protonvpn.com:51820 + Endpoint = vpn.com:51820 diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example index 1a1cb875..5e415345 100644 --- a/host_vars/ubuntu.local.yml.example +++ b/host_vars/ubuntu.local.yml.example @@ -8,7 +8,7 @@ network_ipv6_gateway: "fd5c:fd8b:2b8c::1" network_ipv6_dns: "fd5c:fd8b:2b8c::1" wireguard_connections: - protonvpn-us-1: | + wg-vpn3: | [Interface] PrivateKey = your_private_key_here Address = 10.2.0.2/32 @@ -17,4 +17,4 @@ wireguard_connections: [Peer] PublicKey = server_public_key AllowedIPs = 0.0.0.0/0 - Endpoint = us-1.protonvpn.com:51820 + Endpoint = vpn.com:51820 -- cgit v1.2.3