summaryrefslogtreecommitdiffstats
path: root/roles/wg_portal/tasks
AgeCommit message (Collapse)AuthorFilesLines
5 daysFix nginx to use conventional ngix conf.dAhmed Abdelhalim1-1/+1
2026-06-18Implement support for conditional proxy (nginx or caddy)Ahmed Abdelhalim1-2/+13
2026-06-17Refactor pi roles to use .home.arpa subdomains for servicesAhmed Abdelhalim1-18/+7
2026-06-14Fix wg-portal not started after installAhmed Abdelhalim1-1/+8
2025-12-11Add no_logs to semi-sensitive tasks to follow best practicesAhmed Abdelhalim1-0/+1
2025-09-14Put back the idempotent ignore testAhmed Abdelhalim1-0/+2
The idempotent test is only failing on the second run, the reason is, on the first run the wireguard files are created with default permissions, then the wg_portal role update the ACL. On the second run, the wireguard role recognizes the difference in the permissions, and update the files (expectedly), the default ACL then takes place and set the permissions correctly with ACLs On any successive run, the role is idempotent and doesn't update the files again.
2025-09-13Add wg_portal nginx integration (enabled by flag, default false)Ahmed Abdelhalim1-0/+26
2025-09-11Fix the wg-portal role to be idempotent and withstand install/uninsallAhmed Abdelhalim1-5/+42
2025-09-10Refactor role dependencies to be more module modularAhmed Abdelhalim1-8/+0
This modularity means that each role can be installed in a playbook by itself as long as the other roles exist around it. This also straps the ensure dependency packages exist in any of the roles tasks, they should be moved to their own roles and configured properly if needed.
2025-09-10Add wg_portal role to install vpn web interface managerAhmed Abdelhalim1-0/+56