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:
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
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:
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
-----------
2018-07-02 20:26:46 +02:00
You can use `` ansible-doc -t action -l `` to see the list of available plugins.
Use `` ansible-doc -t action <plugin name> `` to see specific documentation and examples.
2018-02-13 16:23:55 +01:00
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
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