Ansible: Difference between revisions

m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Testing: link to new article
Line 96: Line 96:
#<code>yamllint</code>
#<code>yamllint</code>
#<code>ansible-playbook --syntax-check</code>
#<code>ansible-playbook --syntax-check</code>
#<code>ansible-lint</code>  https://ansible.readthedocs.io/projects/lint/ TLDR; you might want to setup a venv and then pip3 install ansible-lint
#<code>[[ansible-lint]]</code>  https://ansible.readthedocs.io/projects/lint/ TLDR; you might want to setup a venv and then pip3 install ansible-lint
#molecule test (integration)
#molecule test (integration)
#<code>ansible-playbook --check</code> (against prod)
#<code>ansible-playbook --check</code> (against prod)