2018-03-14 20:44:21 +01:00
.. _plugins_lookup:
2018-02-13 16:23:55 +01:00
***** ***** ***** *****
Working With Plugins
***** ***** ***** *****
2017-09-23 05:19:50 +02:00
2018-02-13 16:23:55 +01:00
Plugins are pieces of code that augment Ansible's core functionality. Ansible uses a plugin architecture to enable a rich, flexible and expandable feature set.
2017-09-26 00:37:33 +02:00
2017-09-23 05:19:50 +02:00
Ansible ships with a number of handy plugins, and you can easily write your own.
2017-09-26 00:37:33 +02:00
This section covers the various types of plugins that are included with Ansible:
2017-09-23 05:19:50 +02:00
2018-11-29 21:03:00 +01:00
.. toctree ::
2018-02-13 16:23:55 +01:00
:maxdepth: 1
action
cache
callback
2019-02-08 17:04:05 +01:00
cliconf
2018-02-13 16:23:55 +01:00
connection
2019-02-08 17:04:05 +01:00
httpapi
2018-02-13 16:23:55 +01:00
inventory
lookup
shell
strategy
vars
2018-04-20 02:02:48 +02:00
../user_guide/playbooks_filters
../user_guide/playbooks_tests
2018-02-13 16:23:55 +01:00
../user_guide/plugin_filtering_config
2017-09-23 05:19:50 +02:00
.. seealso ::
2018-04-20 02:02:30 +02:00
:ref: `about_playbooks`
2017-09-23 05:19:50 +02:00
An introduction to playbooks
2018-04-20 02:02:30 +02:00
:ref: `ansible_configuration_settings`
2017-09-23 05:19:50 +02:00
Ansible configuration documentation and settings
2018-11-29 21:03:00 +01:00
:ref: `command_line_tools`
2017-09-23 05:19:50 +02:00
Ansible tools, description and options
2018-07-21 15:48:47 +02:00
`User Mailing List <https://groups.google.com/group/ansible-devel> `_
2017-09-23 05:19:50 +02:00
Have a question? Stop by the google group!
`irc.freenode.net <http://irc.freenode.net> `_
#ansible IRC chat channel