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/utils
Gaurav Rastogi 9e2ff3e4d5 Updated Avi Modules with new features and documentation update. (#34206)
* Updated Avi Modules with following
1. Support to perform patch operation using the modules. The data update method is
selected using avi_api_update_method=patch and patch operation is determined by
avi_api_patch_op. The patch data is the normal params that are provided in the modules

2. Support for avi_credentials as single authentication dictionary for all API calls.
This is preferred way as opposed to previously all credentials details would pollute
the individual Ansible tasks. It also allows the module development to be enhanced
without breaking compatibility for new authentication schemes like SAML etc.

3. Support for sharing api_context between the module invocations. This is a
workaround to not do multiple logins to Avi Controller and be able to
re-use single login across multiple REST API calls.

4. Documentation update for new parameters and existing ones with Units data.

* Fixed the pylint and pep8 errors caused due to pycharm editor auto formatting
7 years ago
..
module_docs_fragments Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
__init__.py limit extensions for files in group/host_vars dir 9 years ago
cmd_functions.py ansible/utils/: PEP8 compliancy (#24686) 7 years ago
color.py Fix several things causing tracebacks with unicode cwd (#27731) 7 years ago
display.py Add option allowing the user to specify a custom cowpath 7 years ago
encrypt.py Remove uses of assert in production code (#32079) 7 years ago
hashing.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 8 years ago
helpers.py skip all hidden keys, allow exclude list 7 years ago
jsonrpc.py Refactor junos modules to Use netconf and cliconf plugins (#32621) 7 years ago
listify.py ansible/utils/: PEP8 compliancy (#24686) 7 years ago
path.py fix paths to actually be config file relative (#31533) 7 years ago
plugin_docs.py else was wrong 7 years ago
shlex.py Update module_utils.six to latest (#22855) 7 years ago
ssh_functions.py Fix encoding error with path to ssh 7 years ago
unicode.py utils/unicode: PEP8 compliancy (#24668) 7 years ago
unsafe_proxy.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
vars.py expose soem options as vars (#30379) 7 years ago