boma/requirements.txt
sjat 3f1d7eb128 Add core Ansible scaffold, tooling, and pre-commit guards
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 14:10:01 +02:00

11 lines
395 B
Text

# Python dependencies for Ansible control node
# Pin versions for reproducibility. Update deliberately.
ansible-core==2.17.*
ansible-lint==24.*
molecule==24.*
molecule-plugins[docker]==23.*
yamllint==1.35.*
docker==7.* # Python SDK for Docker (used by Molecule)
pytest==8.* # Required by Molecule test runner
pytest-testinfra==10.* # Optional: infra assertions in verify.yml