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
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
6 years ago
..
cli dont warn on not matching 'all' (#32806) 7 years ago
compat Create a short license for PSF and MIT. (#32212) 7 years ago
config fix command warnings, add action warnings (#34060) 7 years ago
errors Correct the AnsibleError exception to call its superclass's constructor 6 years ago
executor simpler loop_control defaults (#34008) 7 years ago
galaxy Fix a typo in the readme of the skeleton used by ansible-galaxy. (#33807) 7 years ago
inventory dont warn on not matching 'all' (#32806) 7 years ago
module_utils Updated Avi Modules with new features and documentation update. (#34206) 6 years ago
modules Updated Avi Modules with new features and documentation update. (#34206) 6 years ago
parsing Remove shell module specialcases 6 years ago
playbook simpler loop_control defaults (#34008) 7 years ago
plugins Remove shell module specialcases 6 years ago
template [template/vars] Use to_native(exception) as a fallback for Python 3 which doesn't have a .message attribute (#34044) 7 years ago
utils Updated Avi Modules with new features and documentation update. (#34206) 6 years ago
vars fix item var in delegation (#32986) 7 years ago
__init__.py
constants.py Fixes eos sending 'None' to device (#33015) 7 years ago
release.py Bump the versions now that devel is 2.5 7 years ago