Developing ansible-core
 Although ansible-core (the code hosted in the ansible/ansible repository on GitHub) includes a few plugins that can be swapped out by the playbook directives or configuration, much of the code there is not modular. The documents here give insight into how the parts of ansible-core work together.
See also
- Python API
- Learn about the Python API for task execution 
- Developing plugins
- Learn about developing plugins 
- Communication
- Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide 
