community.general/lib/ansible/plugins/cache
Brian Coca 7839f70e36 Enable documentation in plugins
Made ansible-doc more plugin agnostic
We can have docs in lookup, callback, connectionm strategy, etc
Use first docstring and make pepizis happy
generalized module_docs to plugin_docs
documented cartesian, ssh, default, jsonfile, etc as examples
changed lack of docs to warning when listing
made smarter about bad docstrings
better blacklisting
added handling of options/config/envs/etc
move blacklist to find_plugins, only need once
2017-03-23 01:27:19 -04:00
..
__init__.py put cache base classes in __init__ (#22809) 2017-03-23 01:26:10 -04:00
base.py put cache base classes in __init__ (#22809) 2017-03-23 01:26:10 -04:00
jsonfile.py Enable documentation in plugins 2017-03-23 01:27:19 -04:00
memcached.py put cache base classes in __init__ (#22809) 2017-03-23 01:26:10 -04:00
memory.py Enable documentation in plugins 2017-03-23 01:27:19 -04:00
pickle.py Enable documentation in plugins 2017-03-23 01:27:19 -04:00
redis.py put cache base classes in __init__ (#22809) 2017-03-23 01:26:10 -04:00
yaml.py Enable documentation in plugins 2017-03-23 01:27:19 -04:00