ansible/docsite/rst/modules.rst

34 lines
1,001 B
ReStructuredText
Raw Normal View History

About Modules
=============
2012-03-08 19:36:47 +01:00
2013-12-25 00:05:41 +01:00
.. toctree::
:maxdepth: 1
2013-12-25 00:05:41 +01:00
modules_intro
modules_core
modules_extra
common_return_values
2012-08-28 21:41:10 +02:00
2012-08-03 17:31:43 +02:00
Ansible ships with a number of modules (called the 'module library')
that can be executed directly on remote hosts or through :doc:`Playbooks <playbooks>`.
Users can also write their own modules. These modules can control system resources,
like services, packages, or files (anything really), or handle executing system commands.
2012-03-08 19:53:48 +01:00
.. seealso::
2013-09-30 01:16:59 +02:00
:doc:`intro_adhoc`
2012-04-13 00:20:52 +02:00
Examples of using modules in /usr/bin/ansible
:doc:`playbooks`
2012-04-13 00:20:52 +02:00
Examples of using modules with /usr/bin/ansible-playbook
2013-09-30 01:16:59 +02:00
:doc:`developing_modules`
How to write your own modules
:doc:`developing_api`
Examples of using modules with the Python API
2012-04-13 00:20:52 +02:00
`Mailing List <http://groups.google.com/group/ansible-project>`_
Questions? Help? Ideas? Stop by the list on Google Groups
`irc.freenode.net <http://irc.freenode.net>`_
#ansible IRC chat channel