rock
rock copied to clipboard
Add testing and basic pre-commit hooks
Some items that are easy to run out of the box:
# Simple playbook check
ansible-playbook --syntax-check <playbook.yml>
# Check best practices
ansible-lint <playbook.yml>
Relates to #407