2013-12-25 13:23:58 -05:00
|
|
|
About Modules
|
|
|
|
=============
|
2012-03-08 13:36:47 -05:00
|
|
|
|
2013-12-24 18:05:41 -05:00
|
|
|
.. toctree::
|
2015-07-17 13:53:13 -04:00
|
|
|
:maxdepth: 1
|
2013-12-24 18:05:41 -05:00
|
|
|
|
2015-07-17 13:53:13 -04:00
|
|
|
modules_intro
|
|
|
|
modules_core
|
|
|
|
modules_extra
|
|
|
|
common_return_values
|
2013-10-04 18:34:39 -04:00
|
|
|
|
2012-08-28 15:41:10 -04:00
|
|
|
|
2012-08-03 10:31:43 -05:00
|
|
|
Ansible ships with a number of modules (called the 'module library')
|
2013-11-11 13:23:03 -05:00
|
|
|
that can be executed directly on remote hosts or through :doc:`Playbooks <playbooks>`.
|
2013-12-25 13:23:58 -05:00
|
|
|
|
2015-07-17 13:53:13 -04:00
|
|
|
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 13:53:48 -05:00
|
|
|
|
2012-03-31 09:29:31 -04:00
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
2013-09-29 19:16:59 -04:00
|
|
|
:doc:`intro_adhoc`
|
2012-04-12 23:20:52 +01:00
|
|
|
Examples of using modules in /usr/bin/ansible
|
2012-03-31 09:29:31 -04:00
|
|
|
:doc:`playbooks`
|
2012-04-12 23:20:52 +01:00
|
|
|
Examples of using modules with /usr/bin/ansible-playbook
|
2013-09-29 19:16:59 -04:00
|
|
|
:doc:`developing_modules`
|
2012-03-31 10:21:28 -04:00
|
|
|
How to write your own modules
|
2013-09-29 19:30:10 -04:00
|
|
|
:doc:`developing_api`
|
2012-03-31 09:29:31 -04:00
|
|
|
Examples of using modules with the Python API
|
2012-04-12 23:20:52 +01:00
|
|
|
`Mailing List <http://groups.google.com/group/ansible-project>`_
|
2012-03-31 09:55:37 -04:00
|
|
|
Questions? Help? Ideas? Stop by the list on Google Groups
|
|
|
|
`irc.freenode.net <http://irc.freenode.net>`_
|
|
|
|
#ansible IRC chat channel
|