This post is not complete yet
Ansible Cheat Sheet
- performing a syntax check to check code locally before deploying:
--syntax-check
at the end of the ansible-playbook command.
- ansible-galaxy install something
ansible-galaxy install -r requirements.yml