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
2017-12-24 08:15:23 +00:00
..
cloud [cloud] New module aws_scaling_policy (#31241) 2017-12-21 19:47:02 -05:00
clustering Reorganize k8s common (#34212) 2017-12-23 16:41:38 -05:00
commands Remove shell module specialcases 2017-12-21 20:42:44 -08:00
crypto add usage example for the assertonly provider (#34092) 2017-12-21 13:38:15 +10:00
database influxdb: new module influxdb_write (#33800) 2017-12-22 08:20:18 +01:00
files Add gr_name and pw_name in find module 2017-12-21 17:00:25 -05:00
identity freeipa: Refactor ipa_dnszone (#34078) 2017-12-20 21:29:52 +05:30
inventory Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring Deprecate check_invalid_arguments (#34004) 2017-12-19 14:36:02 -08:00
net_tools nmcli: Add 'type' as required param for few ops (#33796) 2017-12-22 02:07:50 -05:00
network Updated Avi Modules with new features and documentation update. (#34206) 2017-12-24 08:15:23 +00:00
notification osx_say: add espeak support, rename module to say (#33071) 2017-12-09 13:45:31 +00:00
packaging Add comment on auto_import_key for .repo files in zypper_repository (#33941) 2017-12-22 01:05:47 -05:00
remote_management Ucsm WWNN/WWPN pools (#34017) 2017-12-21 21:34:13 +01:00
source_control Fixed typo on git module doc (#34039) 2017-12-19 17:44:06 +01:00
storage Deprecate check_invalid_arguments (#34004) 2017-12-19 14:36:02 -08:00
system Adding param "rule_num" for insert action to iptables module (#33708) 2017-12-15 16:08:40 -06:00
utilities fix ci, duplicate exception checking was merged in wait_for (my fault) 2017-12-13 09:53:39 -08:00
web_infrastructure Remove params option from examples 2017-12-19 12:04:14 -08:00
windows win_domain_group: added ability to specify AD server to interact with (#34166) 2017-12-22 11:06:22 +10:00
__init__.py