From 8b872ab73f25b0065e38aa675036feee58b35ea3 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 - 1 file changed, 1 deletion(-) (limited to 'molecule/archlinux') 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" -- cgit v1.2.3