2018-11-29 20:03:00 +00:00
.. _action_plugins:
2017-09-23 03:19:50 +00:00
Action Plugins
2018-02-13 15:23:55 +00:00
==============
.. contents ::
:local:
:depth: 2
2017-09-23 03:19:50 +00:00
2018-04-20 00:02:30 +00:00
Action plugins act in conjunction with :ref: `modules <working_with_modules>` to execute the actions required by playbook tasks.
2017-09-25 22:37:33 +00:00
They usually execute automatically in the background doing prerequisite work before modules execute.
2017-09-23 03:19:50 +00:00
2017-09-25 22:37:33 +00:00
The 'normal' action plugin is used for modules that do not already have an action plugin.
2017-09-23 03:19:50 +00:00
2017-10-11 04:15:25 +00:00
.. _enabling_action:
2018-11-29 20:03:00 +00:00
Enabling action plugins
2018-02-13 15:23:55 +00:00
-----------------------
2017-09-23 03:19:50 +00:00
2018-04-20 00:02:30 +00: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 :ref: `ansible.cfg <ansible_configuration_settings>` .
2017-09-23 03:19:50 +00:00
2017-10-11 04:15:25 +00:00
.. _using_action:
2018-11-29 20:03:00 +00:00
Using action plugins
2018-02-13 15:23:55 +00:00
--------------------
2017-10-11 04:15:25 +00:00
Action plugin are executed by default when an associated module is used; no action is required.
2018-11-29 20:03:00 +00:00
Plugin list
2018-02-13 15:23:55 +00:00
-----------
2018-11-29 19:44:17 +00:00
You cannot list action plugins directly, they show up as their counterpart modules:
Use `` ansible-doc -l `` to see the list of available modules.
Use `` ansible-doc <name> `` to see specific documentation and examples, this should note if the module has a corresponding action plugin.
2018-02-13 15:23:55 +00:00
2017-09-23 03:19:50 +00:00
.. seealso ::
2018-11-29 20:03:00 +00:00
:ref: `cache_plugins`
2017-09-23 03:19:50 +00:00
Ansible Cache plugins
2018-11-29 20:03:00 +00:00
:ref: `callback_plugins`
2017-09-23 03:19:50 +00:00
Ansible callback plugins
2018-11-29 20:03:00 +00:00
:ref: `connection_plugins`
2017-09-23 03:19:50 +00:00
Ansible connection plugins
2018-11-29 20:03:00 +00:00
:ref: `inventory_plugins`
2017-09-23 03:19:50 +00:00
Ansible inventory plugins
2018-11-29 20:03:00 +00:00
:ref: `shell_plugins`
2017-09-23 03:19:50 +00:00
Ansible Shell plugins
2018-11-29 20:03:00 +00:00
:ref: `strategy_plugins`
2017-09-23 03:19:50 +00:00
Ansible Strategy plugins
2018-11-29 20:03:00 +00:00
:ref: `vars_plugins`
2017-09-23 03:19:50 +00:00
Ansible Vars plugins
2018-07-21 13:48:47 +00:00
`User Mailing List <https://groups.google.com/group/ansible-devel> `_
2017-09-23 03:19:50 +00:00
Have a question? Stop by the google group!
`irc.freenode.net <http://irc.freenode.net> `_
#ansible IRC chat channel