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/modules/network/avi
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
..
__init__.py Avi Networks Ansible modules. (#20415) 7 years ago
avi_actiongroupconfig.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_alertconfig.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_alertemailconfig.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_alertscriptconfig.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_alertsyslogconfig.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_analyticsprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_api_session.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_applicationpersistenceprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_applicationprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_authprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_backup.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_backupconfiguration.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_certificatemanagementprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_cloud.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_cloudconnectoruser.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_cloudproperties.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_cluster.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_controllerproperties.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_dnspolicy.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_gslb.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_gslbapplicationpersistenceprofile.py Refactor common network shared and platform utils code into package (#33452) 7 years ago
avi_gslbgeodbprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_gslbhealthmonitor.py Refactor common network shared and platform utils code into package (#33452) 7 years ago
avi_gslbservice.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_hardwaresecuritymodulegroup.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_healthmonitor.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_httppolicyset.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_ipaddrgroup.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_ipamdnsproviderprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_microservicegroup.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_network.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_networkprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_networksecuritypolicy.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_pkiprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_pool.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_poolgroup.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_poolgroupdeploymentpolicy.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_prioritylabels.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_role.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_scheduler.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_seproperties.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_serverautoscalepolicy.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_serviceengine.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_serviceenginegroup.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_snmptrapprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_sslkeyandcertificate.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_sslprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_stringgroup.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_systemconfiguration.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_tenant.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_trafficcloneprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_useraccountprofile.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_virtualservice.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_vrfcontext.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_vsdatascriptset.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_vsvip.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
avi_webhook.py Updated Avi Modules with new features and documentation update. (#34206) 7 years ago