automation-good-practices
automation-good-practices copied to clipboard
Feature suggestion: Enterprise development
An idea that came up out of my current engagement, a section to feature good practices for developing ansible in an enterprise. This would include sections around the pre-commit checks/pipelines
- yamllint
- ansible-playbook --syntax-check
- ansible-lint
- molecule
- ansible-playbook --check
- sandbox environments (see https://www.youtube.com/watch?v=FaXVZ60o8L8&t=1266s)
using development environments
- vs code or atom integrations
and source control strategies. branches, merge requests, code reviews, etc
100% agree, and this is a great place to capture this.