summaryrefslogtreecommitdiffstats
path: root/bootstrap.yml
AgeCommit message (Collapse)AuthorFilesLines
2026-02-26Update mac hostnameAhmed Abdelhalim1-1/+1
2026-02-25Add mac-archlinux host configurationsAhmed Abdelhalim1-0/+1
2026-01-14Rename playbook for clarity and avoid confusionAhmed Abdelhalim1-1/+1
2025-11-26Replace the package_cache role with pre-task since it wasn't reusedAhmed Abdelhalim1-1/+8
It was expected to have the package_cache role reused or added as dependency for other roles, but it turned out it's not used that way, therefore removing it to a more simpler approach
2025-09-22Update bootstrap task nameAhmed Abdelhalim1-1/+1
2025-09-12Split the playbooks into bootstrap and configureAhmed Abdelhalim1-0/+15
This is to allow the ansible-distro-install to safely call the bootstrap playbook without getting validation errors about the other configure roles (especially if they are not configured yet, or if running on CI)