diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-03 02:26:21 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-03 03:26:09 +0200 |
| commit | 7221496f0555bbdd1601ea70da2a9ca99cd34488 (patch) | |
| tree | 412c8a78aaccb9000cad92e2a515ae87922ec353 /host_vars | |
| parent | 0985f7534da7ffabec9e707f0a355a8307b1ea97 (diff) | |
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
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 717 -> 718 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 2 | ||||
| -rw-r--r-- | host_vars/ubuntu.local.yml | bin | 528 -> 203 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex 80e6dc4d..4a1dcc5c 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml 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 Binary files differindex 8fc0e6f0..4b3a00d2 100644 --- a/host_vars/ubuntu.local.yml +++ b/host_vars/ubuntu.local.yml |
