summaryrefslogtreecommitdiffstats
path: root/molecule/debian
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-10 18:09:52 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-10 18:09:52 +0200
commit8b872ab73f25b0065e38aa675036feee58b35ea3 (patch)
treed71d82698bd7025e7745e718ffdb527a8045d56e /molecule/debian
parent48e2ad4c1e081b9e6a336132a7f78cb7399c43d9 (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/debian')
-rw-r--r--molecule/debian/converge.yml1
1 files changed, 0 insertions, 1 deletions
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"