diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-10 18:09:52 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-10 18:09:52 +0200 |
| commit | 6ddc1505a11c74ffb0c8c65498f5eef5086e62d1 (patch) | |
| tree | d71d82698bd7025e7745e718ffdb527a8045d56e /molecule | |
| parent | e9e609e89ad879e10e58f2c4fcfa572f60d6dfad (diff) | |
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
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 1 |
3 files changed, 0 insertions, 3 deletions
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" |
