community.general/v2/ansible/plugins
Toshio Kuratomi 77731440f3 Optimize the plugin loader.
We have been caching the paths to the plugins but before we would only
cache the specific plugin that we were looking for.  This meant that we
might search through all of the plugin directories before finding the
specific module we were interested in.  The next plugin we needed we
might again search through all the plugin directories before finding the
plugin we wanted.

This new code will cache all the potential plugins in each directory
searched.  For a play that only uses one plugin we'll only search
through directories until we encounter the directory that has the proper
plugin.  For a large playbook with many plugins used we'll search
through each directory at most once each.

From v1: 68e86de26f
         730c2ba403
2015-02-18 08:12:01 -08:00
..
action First swing at making module_common.py more v2-ish 2015-02-10 12:36:23 -08:00
cache Adding VariableManager class for v2 2014-11-03 13:51:18 -06:00
callback Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
connections Fixing many bugs in v2 2015-02-09 16:56:38 -06:00
inventory Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
lookup Fixing many bugs in v2 2015-02-09 16:56:38 -06:00
shell Port https://github.com/ansible/ansible/pull/10162 (py-2.4 compat fix) to v2 tree 2015-02-04 09:46:25 -08:00
strategies Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
vars Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
__init__.py Optimize the plugin loader. 2015-02-18 08:12:01 -08:00
filter v2/plugins/filter is now a symlink as it does not differ between v1 and v2 2015-02-02 10:25:09 -08:00