Check out the following links for more information about the topics covered in this chapter:
- Ansible examples in the GitHub repository: https://github.com/ansible/ansible-examples
- The latest information on Ansible Python 3 support: https://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html
- Ansible best practices: https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html
- Other repositories: https://github.com/austincunningham/python-ansible
- Ansible Galaxy is a helpful tool that allows users to share their modules and roles: https://galaxy.ansible.com
- Practice with Ansible: https://www.katacoda.com/jonatanblue/scenarios/1
- Automating Python with Ansible is an interactive tutorial about how to use the Ansible configuration-management tool to run Python processes on a remote machine: https://github.com/tdhopper/automating_python...