| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-07-07 | Remove unneeded GSSAPIAuthentication | Ahmed AbdelHalim | 1 | -1/+0 | |
| 2026-06-23 | Reorder ssh keygen to avoid issues of starting ssh before keys existing | Ahmed AbdelHalim | 1 | -15/+15 | |
| 2026-03-04 | Remove duplicate fields from argument_specs files | Ahmed AbdelHalim | 1 | -2/+0 | |
| 2026-02-13 | Fix the ssh/known_hosts permissions | Ahmed AbdelHalim | 1 | -1/+5 | |
| The file was created by root during chroot setup, and therefore wasn't writable, causing ssh to complain about the permission and asking every time about the ssh fingerprint | |||||
| 2026-01-24 | Fix known_hosts | Ahmed AbdelHalim | 1 | -1/+1 | |
| The original implementation created the /home/root/.ssh/known_hosts This fix is to ensure that the known hosts are configured for the username that are being provisioned instead of root | |||||
| 2026-01-24 | Fix ansible_facts to use only bracket notation instead of dot notation | Ahmed AbdelHalim | 1 | -1/+1 | |
| Co-authored-by: claude.ai | |||||
| 2026-01-24 | Fix ansible 2.20.1 deprecation warning about ansible_vars | Ahmed AbdelHalim | 2 | -9/+9 | |
| 2025-12-16 | Remove company from the roles meta | Ahmed AbdelHalim | 1 | -1/+0 | |
| 2025-11-09 | Refactor scattered known_hosts to be part of the ssh role | Ahmed AbdelHalim | 3 | -0/+17 | |
| 2025-11-09 | Fix clean up forwarded sockets | Ahmed AbdelHalim | 1 | -0/+1 | |
| 2025-10-22 | Refactor naming of packages and services to follow same conventions | Ahmed AbdelHalim | 4 | -11/+11 | |
| 2025-09-10 | Add recommended argument_specs | Ahmed AbdelHalim | 1 | -0/+2 | |
| 2025-09-10 | Follow the ansible recommendation of using systemd_service | Ahmed AbdelHalim | 1 | -2/+2 | |
| 2025-09-10 | Refactor role dependencies to be more module modular | Ahmed AbdelHalim | 2 | -3/+4 | |
| 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-08-19 | Fix meta strings quoting | Ahmed AbdelHalim | 1 | -6/+5 | |
| 2025-08-11 | Refactor playbook to simplify package installs for different OSs | Ahmed AbdelHalim | 3 | -16/+7 | |
| 2025-08-11 | Ensure package cache is updated in playbook pre-task | Ahmed AbdelHalim | 2 | -2/+0 | |
| 2025-08-11 | Simplify playbook by requiring the required_for_boot tag on roles | Ahmed AbdelHalim | 3 | -12/+0 | |
| Instead of optimizing for task execution for boot, it's simpler and almost as equally safe (if not even more) to require the role for boot instead of requiring each of it's needed tasks. This will also prevent having internal bugs because a set fact wasn't required for boot and didn't add the info (similar to the fix in commit: 9f72c58) | |||||
| 2025-08-11 | Fix when running from distro-install playbook and fix testing | Ahmed AbdelHalim | 3 | -3/+5 | |
| 2025-08-11 | Add ssh role | Ahmed AbdelHalim | 10 | -0/+189 | |
