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.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host_vars/rpi5.local.yml.example') 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: | -- cgit v1.2.3