ansible/docs/docsite/rst/dev_guide/developing_core.rst

21 lines
845 B
ReStructuredText

***************************
Developing ``ansible-base``
***************************
Although ``ansible-base`` (the code hosted in the `ansible/ansible repository <https://github.com/ansible/ansible>`_ on GitHub) includes a few plugins that can be swapped out via playbook directives or configuration, much of the code there is not modular. The documents here give insight into how the parts of ``ansible-base`` work together.
.. toctree::
:maxdepth: 1
developing_program_flow_modules
.. seealso::
:ref:`developing_api`
Learn about the Python API for task execution
:ref:`developing_plugins`
Learn about developing plugins
`Mailing List <https://groups.google.com/group/ansible-devel>`_
The development mailing list
`irc.freenode.net <http://irc.freenode.net>`_
#ansible-devel IRC chat channel