Ansible - vishalkhondre/devops GitHub Wiki
Resources -
Enterprise Ansible Setup -
- https://www.ansible.com/hubfs//Ansible%20Automates%20Slide%20Decks/Enterprise%20Grade%20Ansible%20-%20Boston19.pdf
- https://www.ansible.com/hubfs/2018_Content/AA%20BOS%202018%20Slides/Ansible%20Best%20Practices.pdf
- https://www.ansible.com/overview/how-ansible-works
Ansible Tower -
Ansible in Action (Hands-on) -
- https://medium.com/@ahmadfarag/ansible-in-action-f2f17706931
- https://medium.com/edureka/ansible-roles-78d48578aca1
- https://medium.com/devops-dudes/6-tips-to-level-up-your-ansible-code-2f00dedcf5e4
Hands-on
Ansible Topics
Architecture
Prompts
- https://docs.ansible.com/ansible/latest/dev_guide/overview_architecture.html
- https://crunchify.com/ansible-how-to-accept-user-input-using-vars_prompt-and-command-line/
Error Handling
- https://docs.ansible.com/ansible/latest/user_guide/playbooks_error_handling.html
- https://blog.opstree.com/2019/11/19/error-handling-in-ansible/