You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/cli
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
9 years ago
..
__init__.py E501 fixes (#22879) 9 years ago
adhoc.py Retain vault password as bytes in 2.2 (#22378) 9 years ago
console.py Enable documentation in plugins 9 years ago
doc.py Enable documentation in plugins 9 years ago
galaxy.py E501 fixes (#22879) 9 years ago
playbook.py E501 fixes (#22879) 9 years ago
pull.py Refactor parsing of CLI args so that we can modify them in the base class 9 years ago
vault.py Make vault encrypt/create/etc confirm pass again. 9 years ago