automation-good-practices icon indicating copy to clipboard operation
automation-good-practices copied to clipboard

Feature suggestion: Enterprise development

Open bontreger opened this issue 2 years ago • 1 comments

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

bontreger avatar Mar 25 '22 14:03 bontreger

100% agree, and this is a great place to capture this.

vvaldez avatar Mar 29 '22 21:03 vvaldez