summaryrefslogtreecommitdiffstats
path: root/roles/ansible
AgeCommit message (Collapse)AuthorFilesLines
2026-03-04Remove duplicate fields from argument_specs filesAhmed Abdelhalim1-2/+0
2026-03-04Fix using uv inside miseAhmed Abdelhalim1-5/+6
2026-03-04Refactor ansible/yamllint roles to use miseAhmed Abdelhalim2-9/+21
2026-02-21Fix bash dependencies in shell scripts calledAhmed Abdelhalim1-15/+6
2026-01-22Update ansible versionAhmed Abdelhalim1-1/+1
2026-01-18Add yamllint role and use it as dependency for ansibleAhmed Abdelhalim1-0/+1
Since my ansible setup depends on yamllint for linting, it's ok to have this as an implicit dependency for this role, but it can also be used separately
2026-01-18Add ansible-lint install to ansible roleAhmed Abdelhalim3-14/+28
2026-01-18Add sshpass role to ansible deps (since it mostly used by it)Ahmed Abdelhalim1-0/+1
2025-12-16Remove company from the roles metaAhmed Abdelhalim1-1/+0
2025-11-09Update ansible/molecule versionsAhmed Abdelhalim1-2/+2
2025-10-20Refactor python role to remove homebrew dependencyAhmed Abdelhalim2-31/+3
2025-09-20Fix ansible install on ubuntu when there is another version installedAhmed Abdelhalim1-2/+2
2025-09-15Fix uv idempotent install for the tool versionsAhmed Abdelhalim1-8/+38
2025-09-15Refactor python and ansible roles to use uv package managerAhmed Abdelhalim3-66/+19
2025-09-12Fix testing ansible role on 2.19.2Ahmed Abdelhalim1-1/+1
The issue is that regex_match either returns a string or none which was implicitly converted to a boolean, this breaks on 2.19.2+ This ensure compatibility with newer versions.
2025-09-10Add recommended argument_specsAhmed Abdelhalim1-0/+2
2025-09-03Add ansible roleAhmed Abdelhalim5-0/+215