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
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
..
cloud [cloud] New module aws_scaling_policy (#31241) 7 years ago
clustering Reorganize k8s common (#34212) 7 years ago
commands Remove shell module specialcases 7 years ago
crypto add usage example for the assertonly provider (#34092) 7 years ago
database influxdb: new module influxdb_write (#33800) 7 years ago
files Add gr_name and pw_name in find module 7 years ago
identity freeipa: Refactor ipa_dnszone (#34078) 7 years ago
inventory Fix invalid string escape sequences. 7 years ago
messaging Add max_priority to give priority ability to a queue 7 years ago
monitoring Deprecate check_invalid_arguments (#34004) 7 years ago
net_tools nmcli: Add 'type' as required param for few ops (#33796) 7 years ago
network Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
notification osx_say: add espeak support, rename module to say (#33071) 7 years ago
packaging Add comment on auto_import_key for .repo files in zypper_repository (#33941) 7 years ago
remote_management Ucsm WWNN/WWPN pools (#34017) 7 years ago
source_control Fixed typo on git module doc (#34039) 7 years ago
storage Deprecate check_invalid_arguments (#34004) 7 years ago
system Adding param "rule_num" for insert action to iptables module (#33708) 7 years ago
utilities fix ci, duplicate exception checking was merged in wait_for (my fault) 7 years ago
web_infrastructure Remove params option from examples 7 years ago
windows win_domain_group: added ability to specify AD server to interact with (#34166) 7 years ago
__init__.py Re-adding the init py for modules 8 years ago