summaryrefslogtreecommitdiffstats
path: root/roles/wireguard/vars
AgeCommit message (Collapse)AuthorFilesLines
2025-10-22Refactor naming of packages and services to follow same conventionsAhmed Abdelhalim2-2/+2
2025-08-21Fix the wireguard installAhmed Abdelhalim1-1/+0
The conflict was due to resolvconf was removing the systemd-resolved configuration and that was causing the network to go down and the fallback on the statically managed resolv.conf (which wasn't able to resolve the DNS) due to how network manager requiring the DNS resolution to happen through systemd-resolved
2025-08-21Add wireguard role and fix testingAhmed Abdelhalim2-0/+8
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).