mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-28 13:39:00 +07:00
* Replace old communication refs with Communication guide ref or forum * Update docs/docsite/rst/community/documentation_contributions.rst Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
47 lines
1.0 KiB
ReStructuredText
47 lines
1.0 KiB
ReStructuredText
.. _plugins_lookup:
|
|
.. _working_with_plugins:
|
|
|
|
********************
|
|
Working with plugins
|
|
********************
|
|
|
|
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.
|
|
|
|
Ansible ships with a number of handy plugins, and you can easily write your own.
|
|
|
|
This section covers the various types of plugins that are included with Ansible:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
action
|
|
become
|
|
cache
|
|
callback
|
|
cliconf
|
|
connection
|
|
docs_fragment
|
|
filter
|
|
httpapi
|
|
inventory
|
|
lookup
|
|
module
|
|
module_util
|
|
netconf
|
|
shell
|
|
strategy
|
|
terminal
|
|
test
|
|
vars
|
|
|
|
.. seealso::
|
|
|
|
:ref:`plugin_filtering_config`
|
|
Controlling access to modules
|
|
:ref:`ansible_configuration_settings`
|
|
Ansible configuration documentation and settings
|
|
:ref:`command_line_tools`
|
|
Ansible tools, description and options
|
|
:ref:`Communication<communication>`
|
|
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide
|