community.general/lib/ansible/plugins
Zhikang Zhang 3a3869f4c8
Clarify usage of encrypt arg (#43330)
According to the do_encrypt interface, encrypt arg should be the hash method name used for encrypting returning password. But in the doc and lookup code it's a boolean flag, correct it to string.
2018-08-02 14:03:49 -04:00
..
action more useful messages when module failure (#43576) 2018-08-02 13:30:57 -04:00
cache Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
callback Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
cliconf cliconf refactor eos, nxos fix (#43596) 2018-08-02 16:34:48 +05:30
connection Fix ini variables for netconf and network_cli connections (#43599) 2018-08-02 21:08:51 +05:30
filter Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
httpapi cliconf refactor eos, nxos fix (#43596) 2018-08-02 16:34:48 +05:30
inventory Add some requirements to the plugin docstrings. 2018-08-02 00:10:48 -04:00
lookup Clarify usage of encrypt arg (#43330) 2018-08-02 14:03:49 -04:00
netconf Fix netconf plugin set_option (#43589) 2018-08-02 11:31:17 +05:30
shell Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
strategy Use inventory.get_host instead of direct access to inventory.hosts (#41860) 2018-06-25 15:06:32 -05:00
terminal Fail module if configure replace fails nxos (#43546) 2018-08-01 20:30:39 +05:30
test Add a 'finished' test for async jobs (#38325) 2018-07-24 23:21:28 +02:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py inventory plugins: add test about config API usage (#41888) 2018-07-19 10:45:45 -07:00
loader.py Catch exceptions when importing plugins, and display an appropriate warning. Fixes #43237 (#43501) 2018-07-31 16:00:04 -05:00