community.general/lib/ansible/plugins
Toshio Kuratomi 5c38f3cea2 Combine jimi-c and bcoca's ideas and work on hooking module-utils into PluginLoader.
This version just gets the relevant paths from PluginLoader and then
uses the existing imp.find_plugin() calls in the AnsiballZ code to load
the proper module_utils.

Modify PluginLoader to optionally omit subdirectories (module_utils
needs to operate on top level dirs, not on subdirs because it has
a hierarchical namespace whereas all other plugins use a flat
namespace).

Rename snippet* variables to module_utils*

Add a small number of unittests for recursive_finder

Add a larger number of integration tests to demonstrate that
module_utils is working.

Whitelist module-style shebang in test target library dirs

Prefix module_data variable with b_ to be clear that it holds bytes data
2017-01-31 09:41:24 -08:00
..
action PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
cache bad/missing fact plugin is a warning (#19350) 2016-12-14 14:25:19 -05:00
callback added warnings list to module and autoadd 2017-01-31 10:03:09 -05:00
connection Show remote host in error message. (#20823) 2017-01-30 11:16:13 -05:00
filter PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
lookup added ldap auth capability to hashi_vault plugin (#20244) 2017-01-31 11:25:50 -05:00
shell fix powershell mkdtemp 2017-01-25 13:19:10 -05:00
strategy PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
terminal Detect VyOS based on /etc/issue (support 1.0.5) (#20221) 2017-01-25 14:47:56 +00:00
test restored 'results' filters 2016-10-13 13:21:40 -04:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Combine jimi-c and bcoca's ideas and work on hooking module-utils into PluginLoader. 2017-01-31 09:41:24 -08:00