From 7221496f0555bbdd1601ea70da2a9ca99cd34488 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 3 Sep 2025 02:26:21 +0200 Subject: Refactor: rename wireguard_gateway to gateway As the role now functions as a gateway and not just a wireguard gateway it's better name for clarity --- host_vars/rpi5.local.yml | Bin 717 -> 718 bytes host_vars/rpi5.local.yml.example | 2 +- host_vars/ubuntu.local.yml | Bin 528 -> 203 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'host_vars') diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml index 80e6dc4d..4a1dcc5c 100644 Binary files a/host_vars/rpi5.local.yml and b/host_vars/rpi5.local.yml differ diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 1fc19dd1..435307ca 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -16,7 +16,7 @@ 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_gateway_enabled: true +gateway_enabled: true wireguard_autostart_connection: "protonvpn-us-1" wireguard_connections: protonvpn-us-1: | diff --git a/host_vars/ubuntu.local.yml b/host_vars/ubuntu.local.yml index 8fc0e6f0..4b3a00d2 100644 Binary files a/host_vars/ubuntu.local.yml and b/host_vars/ubuntu.local.yml differ -- cgit v1.2.3