| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 4 days | Fix nginx to use conventional ngix conf.d | Ahmed Abdelhalim | 2 | -1/+4 | |
| 2026-06-18 | Implement support for conditional proxy (nginx or caddy) | Ahmed Abdelhalim | 3 | -2/+26 | |
| 2026-06-17 | Refactor pi roles to use .home.arpa subdomains for services | Ahmed Abdelhalim | 4 | -23/+22 | |
| 2026-06-14 | Fix wg-portal not started after install | Ahmed Abdelhalim | 1 | -1/+8 | |
| 2026-03-04 | Remove duplicate fields from argument_specs files | Ahmed Abdelhalim | 1 | -2/+0 | |
| 2025-12-16 | Remove company from the roles meta | Ahmed Abdelhalim | 1 | -1/+0 | |
| 2025-12-11 | Add no_logs to semi-sensitive tasks to follow best practices | Ahmed Abdelhalim | 1 | -0/+1 | |
| 2025-09-14 | Put back the idempotent ignore test | Ahmed Abdelhalim | 1 | -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-13 | Add wg_portal nginx integration (enabled by flag, default false) | Ahmed Abdelhalim | 4 | -0/+37 | |
| 2025-09-12 | Fix linting issues | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2025-09-11 | Fix the wg-portal role to be idempotent and withstand install/uninsall | Ahmed Abdelhalim | 1 | -5/+42 | |
| 2025-09-10 | Add recommended argument_specs | Ahmed Abdelhalim | 1 | -0/+18 | |
| 2025-09-10 | Refactor role dependencies to be more module modular | Ahmed Abdelhalim | 2 | -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-10 | Add wg_portal role to install vpn web interface manager | Ahmed Abdelhalim | 4 | -0/+70 | |
