2017-09-23 05:19:50 +02:00
Action Plugins
2018-02-13 16:23:55 +01:00
==============
.. contents ::
:local:
:depth: 2
2017-09-23 05:19:50 +02:00
2017-09-26 00:37:33 +02:00
Action plugins act in conjunction with :doc: `modules <../modules>` to execute the actions required by playbook tasks.
They usually execute automatically in the background doing prerequisite work before modules execute.
2017-09-23 05:19:50 +02:00
2017-09-26 00:37:33 +02:00
The 'normal' action plugin is used for modules that do not already have an action plugin.
2017-09-23 05:19:50 +02:00
2017-10-11 06:15:25 +02:00
.. _enabling_action:
2017-09-26 00:37:33 +02:00
Enabling Action Plugins
2018-02-13 16:23:55 +01:00
-----------------------
2017-09-23 05:19:50 +02:00
2017-09-26 00:37:33 +02:00
You can enable a custom action plugin by either dropping it into the `` action_plugins `` directory adjacent to your play, inside a role, or by putting it in one of the action plugin directory sources configured in :doc: `ansible.cfg <../config>` .
2017-09-23 05:19:50 +02:00
2017-10-11 06:15:25 +02:00
.. _using_action:
Using Action Plugins
2018-02-13 16:23:55 +01:00
--------------------
2017-10-11 06:15:25 +02:00
Action plugin are executed by default when an associated module is used; no action is required.
2018-02-13 16:23:55 +01:00
Plugin List
-----------
You can use `` ansible-doc -t cache -l `` to see the list of available plugins.
Use `` ansible-doc -t cache <plugin name> `` to see specific documentation and examples.
.. toctree :: :maxdepth: 1
:glob:
action/*
2017-09-23 05:19:50 +02:00
.. seealso ::
:doc: `cache`
Ansible Cache plugins
:doc: `callback`
Ansible callback plugins
:doc: `connection`
Ansible connection plugins
:doc: `inventory`
Ansible inventory plugins
:doc: `shell`
Ansible Shell plugins
:doc: `strategy`
Ansible Strategy plugins
:doc: `vars`
Ansible Vars plugins
`User Mailing List <http://groups.google.com/group/ansible-devel> `_
Have a question? Stop by the google group!
`irc.freenode.net <http://irc.freenode.net> `_
#ansible IRC chat channel