|
|
|
@ -228,15 +228,15 @@ Distributing Plugins
|
|
|
|
Plugins are loaded from both Python's site_packages (those that ship with ansible) and a configured plugins directory, which defaults
|
|
|
|
Plugins are loaded from both Python's site_packages (those that ship with ansible) and a configured plugins directory, which defaults
|
|
|
|
to /usr/share/ansible/plugins, in a subfolder for each plugin type::
|
|
|
|
to /usr/share/ansible/plugins, in a subfolder for each plugin type::
|
|
|
|
|
|
|
|
|
|
|
|
* action
|
|
|
|
* action_plugins
|
|
|
|
* lookup
|
|
|
|
* lookup_plugins
|
|
|
|
* callback
|
|
|
|
* callback_plugins
|
|
|
|
* connection
|
|
|
|
* connection_plugins
|
|
|
|
* filter
|
|
|
|
* filter_plugins
|
|
|
|
* strategy
|
|
|
|
* strategy_plugins
|
|
|
|
* cache
|
|
|
|
* cache_plugins
|
|
|
|
* test
|
|
|
|
* test_plugins
|
|
|
|
* shell
|
|
|
|
* shell_plugins
|
|
|
|
|
|
|
|
|
|
|
|
To change this path, edit the ansible configuration file.
|
|
|
|
To change this path, edit the ansible configuration file.
|
|
|
|
|
|
|
|
|
|
|
|
|