summaryrefslogtreecommitdiffstats
path: root/roles/wg_portal
AgeCommit message (Collapse)AuthorFilesLines
4 daysFix nginx to use conventional ngix conf.dAhmed Abdelhalim2-1/+4
2026-06-18Implement support for conditional proxy (nginx or caddy)Ahmed Abdelhalim3-2/+26
2026-06-17Refactor pi roles to use .home.arpa subdomains for servicesAhmed Abdelhalim4-23/+22
2026-06-14Fix wg-portal not started after installAhmed Abdelhalim1-1/+8
2026-03-04Remove duplicate fields from argument_specs filesAhmed Abdelhalim1-2/+0
2025-12-16Remove company from the roles metaAhmed Abdelhalim1-1/+0
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 Abdelhalim4-0/+37
2025-09-12Fix linting issuesAhmed Abdelhalim1-1/+1
2025-09-11Fix the wg-portal role to be idempotent and withstand install/uninsallAhmed Abdelhalim1-5/+42
2025-09-10Add recommended argument_specsAhmed Abdelhalim1-0/+18
2025-09-10Refactor role dependencies to be more module modularAhmed Abdelhalim2-8/+24
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 Abdelhalim4-0/+70