From b8be9cf4e3203490f73835c04c9b97814a61a3d6 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Wed, 20 Aug 2025 23:37:21 +0200 Subject: Add wireguard role and fix testing The testing was failing because the use of the example files with the same domain names, resulted in the files and the molecule variable were being merged and therefore running tasks that would fail on test (example, setting a fake VPN connection that wouldn't start). --- roles/wireguard/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/wireguard/defaults/main.yml (limited to 'roles/wireguard/defaults') diff --git a/roles/wireguard/defaults/main.yml b/roles/wireguard/defaults/main.yml new file mode 100644 index 00000000..7b1d98b9 --- /dev/null +++ b/roles/wireguard/defaults/main.yml @@ -0,0 +1,3 @@ +--- +wireguard_connections: {} +wireguard_autostart_connection: "" -- cgit v1.2.3