summaryrefslogtreecommitdiffstats
path: root/molecule/archlinux
AgeCommit message (Collapse)AuthorFilesLines
2025-09-23Update the test scenario removing the unused stpsAhmed Abdelhalim1-0/+9
2025-09-23Use static values for defaults instead of ansible varsAhmed Abdelhalim1-1/+0
The ansible vars fail on CI because the validate arguments task runs way before the setting of the variables, which causes the ansible undefined vars on CI to cause errors. This is a way better approach of having the static values as defaults and allowing setting the variables to ansible vars in the host/group vars
2025-09-22Add simple rsync role used to sync between hostsAhmed Abdelhalim1-0/+1
2025-09-21Fix testingAhmed Abdelhalim1-0/+1
2025-09-21Add gnome role w/testing on distrosAhmed Abdelhalim1-0/+1
2025-09-20Add grafana/prometheus roles to configure and testingAhmed Abdelhalim1-0/+2
2025-09-13Add nginx role to playbook and testingAhmed Abdelhalim1-0/+1
2025-09-12Fix the testing of gateway role in containers/CIAhmed Abdelhalim1-2/+1
2025-09-12Update example/test variablesAhmed Abdelhalim1-1/+2
2025-09-12Add gateway role to playbooks/testsAhmed Abdelhalim1-0/+1
2025-09-10Remove wireguard_gatewayAhmed Abdelhalim1-1/+0
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
2025-09-04Refactor molecule testing to run a scenario per distro and fix ipv6Ahmed Abdelhalim2-1/+3
2025-09-04Refactor molecule testing to run a scenario per distroAhmed Abdelhalim3-0/+97