ansible/docsite/rst/developing.rst

19 lines
608 B
ReStructuredText
Raw Normal View History

Developer Information
`````````````````````
Learn how to build modules of your own in any language, and also how to extend Ansible through several kinds of plugins. Explore Ansible's Python API and write Python plugins to integrate with other solutions in your environment.
.. toctree::
:maxdepth: 1
developing_api
developing_inventory
developing_modules
developing_plugins
developing_core
2014-09-10 21:55:36 +02:00
developing_test_pr
2015-12-12 19:16:40 +01:00
developing_releases
Developers will also likely be interested in the fully-discoverable in :doc:`tower`. It's great for embedding Ansible in all manner of applications.