community.general/lib/ansible/utils
Dag Wieers 97aaf103e8 ACI module_utils library for ACI modules (#27070)
* ACI module_utils library for ACI modules

This PR includes:
- the ACI argument_spec
- an aci_login function
- an experimental aci_request function
- an aci_response function
- included the ACI team

* New prototype using ACIModule

This PR includes:
- A new ACIModule object with various useful methods
2017-07-31 12:44:27 +01:00
..
module_docs_fragments ACI module_utils library for ACI modules (#27070) 2017-07-31 12:44:27 +01:00
__init__.py
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
color.py ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
display.py Revert "Add log_only to debug messages (#25545)" 2017-06-13 09:29:18 -04:00
encrypt.py ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
hashing.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
helpers.py ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
jsonrpc.py Add junos_system declartive module and other related change (#25859) 2017-06-22 09:34:50 +05:30
listify.py ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
path.py ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
plugin_docs.py Remove metadata from docstring parsing as per last week's meeting decision 2017-07-04 01:12:43 -07:00
shlex.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
ssh_functions.py ansible/utils/: PEP8 compliancy (#24686) 2017-05-30 18:09:44 +01:00
unicode.py utils/unicode: PEP8 compliancy (#24668) 2017-05-16 15:24:22 +01:00
unsafe_proxy.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
vars.py check options exist before forcing assignment 2017-06-23 15:56:43 -04:00