From 6ddc1505a11c74ffb0c8c65498f5eef5086e62d1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 10 Sep 2025 18:09:52 +0200 Subject: Remove wireguard_gateway This implementation doesn't work properly after testing. The iptable configuration didn't allow for changing the VPN state without running into networking issues. Either have to change the VPN by running the role, which is inconvenient or reimplement the role differently to allow for control over network/interfaces --- molecule/archlinux/converge.yml | 1 - molecule/debian/converge.yml | 1 - molecule/raspberrypi/converge.yml | 1 - 3 files changed, 3 deletions(-) (limited to 'molecule') diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 36ad820b..f6559a37 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -25,7 +25,6 @@ - role: "locales" - role: "timezone" - role: "wireguard" - - role: "wireguard_gateway" - role: "homebrew" - role: "python" - role: "go" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index b957bb97..cfe2cff0 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -25,7 +25,6 @@ - role: "locales" - role: "timezone" - role: "wireguard" - - role: "wireguard_gateway" - role: "homebrew" - role: "python" - role: "go" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index baed9413..99a19d8b 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -24,6 +24,5 @@ - role: "locales" - role: "timezone" - role: "wireguard" - - role: "wireguard_gateway" - role: "wg_portal" - role: "pihole" -- cgit v1.2.3