2018-11-29 21:03:00 +01:00
.. _action_plugins:
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
2018-04-20 02:02:30 +02:00
Action plugins act in conjunction with :ref: `modules <working_with_modules>` to execute the actions required by playbook tasks.
2017-09-26 00:37:33 +02:00
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:
2018-11-29 21:03:00 +01:00
Enabling action plugins
2018-02-13 16:23:55 +01:00
-----------------------
2017-09-23 05:19:50 +02:00
2018-04-20 02:02:30 +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 :ref: `ansible.cfg <ansible_configuration_settings>` .
2017-09-23 05:19:50 +02:00
2017-10-11 06:15:25 +02:00
.. _using_action:
2018-11-29 21:03:00 +01:00
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-11-29 21:03:00 +01:00
Plugin list
2018-02-13 16:23:55 +01:00
-----------
2018-11-29 20:44:17 +01: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 16:23:55 +01:00
2017-09-23 05:19:50 +02:00
.. seealso ::
2018-11-29 21:03:00 +01:00
:ref: `cache_plugins`
2017-09-23 05:19:50 +02:00
Ansible Cache plugins
2018-11-29 21:03:00 +01:00
:ref: `callback_plugins`
2017-09-23 05:19:50 +02:00
Ansible callback plugins
2018-11-29 21:03:00 +01:00
:ref: `connection_plugins`
2017-09-23 05:19:50 +02:00
Ansible connection plugins
2018-11-29 21:03:00 +01:00
:ref: `inventory_plugins`
2017-09-23 05:19:50 +02:00
Ansible inventory plugins
2018-11-29 21:03:00 +01:00
:ref: `shell_plugins`
2017-09-23 05:19:50 +02:00
Ansible Shell plugins
2018-11-29 21:03:00 +01:00
:ref: `strategy_plugins`
2017-09-23 05:19:50 +02:00
Ansible Strategy plugins
2018-11-29 21:03:00 +01:00
:ref: `vars_plugins`
2017-09-23 05:19:50 +02:00
Ansible Vars plugins
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