24 lines
750 B
ReStructuredText
24 lines
750 B
ReStructuredText
Developing the Ansible Core Engine
|
|
==================================
|
|
|
|
Although many of the pieces of the Ansible Core Engine are plugins that can be
|
|
swapped out via playbook directives or configuration, there are still pieces
|
|
of the Engine that are not modular. The documents here give insight into how
|
|
those pieces work together.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
developing_program_flow_modules
|
|
|
|
.. seealso::
|
|
|
|
:doc:`developing_api`
|
|
Learn about the Python API for task execution
|
|
:doc:`developing_plugins`
|
|
Learn about developing plugins
|
|
`Mailing List <http://groups.google.com/group/ansible-devel>`_
|
|
The development mailing list
|
|
`irc.freenode.net <http://irc.freenode.net>`_
|
|
#ansible-devel IRC chat channel
|
|
|