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/module_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
..
aws Create common waf module for use by future waf modules (#33003) 7 years ago
facts Included ansible_distribution_major_version #29561 (#31754) 7 years ago
k8s Reorganize k8s common (#34212) 7 years ago
network Updated Avi Modules with new features and documentation update. (#34206) 7 years ago
parsing Relicense convert_bool to 2-clause BSD 7 years ago
powershell added powershell symlink util helper (#27153) 7 years ago
remote_management Connection and MAC pool module for Cisco UCS (#31151) 7 years ago
six Update the bundled six library to 1.11.0 7 years ago
__init__.py Enhance empty __init__ code-smell to check module_utils (#33438) 7 years ago
_text.py Fix for to_text and to_bytes error handlers 7 years ago
ansible_tower.py ansible_tower: fix broken import, reuse tower_argument_spec and documentation fragment (#29115) 7 years ago
api.py Remove comments about import order 7 years ago
azure_rm_common.py Add azure image module support create and delete (#32589) 7 years ago
basic.py Remove shell module specialcases 7 years ago
cloud.py AWSRetry: allow retrying on additional ClientError exceptions (#28483) 7 years ago
cloudscale.py cloudscale_floating_ip module (#33181) 7 years ago
cloudstack.py cloudstack: update copyright header (#32922) 7 years ago
connection.py Refactor junos modules to Use netconf and cliconf plugins (#32621) 7 years ago
crypto.py Allow multiple values per key in name fields in openssl_certificate/csr (#30338) 7 years ago
database.py Collated PEP8 fixes (#25293) 7 years ago
digital_ocean.py Fix digital_ocean module_util api_token bug (#28924) 7 years ago
dimensiondata.py Refactor dimensiondata_network module (#21043) 7 years ago
docker_common.py Fix invalid string escape sequences. 7 years ago
ec2.py [cloud] Improve snake <-> camel conversion for AWS utils (#31400) 7 years ago
exoscale.py exoscale: similar env vars as in cloudstack 7 years ago
f5_utils.py Refactor common network shared and platform utils code into package (#33452) 7 years ago
gcdns.py Collated PEP8 fixes (#25293) 7 years ago
gce.py Collated PEP8 fixes (#25293) 7 years ago
gcp.py Fix dangerous default args. (#29839) 7 years ago
infinibox.py Collated PEP8 fixes (#25293) 7 years ago
influxdb.py influxdb: default hostname to localhost (#34117) 7 years ago
ipa.py New module for managing IPA Sub CA (#25640) 7 years ago
ismount.py fix typo 8 years ago
json_utils.py jsonify inventory (#32990) 7 years ago
keycloak.py Add keycloak_client module for administration of Keycloak clients (#31716) 7 years ago
known_hosts.py Fix invalid string escape sequences. 7 years ago
lxd.py Use to_text helper function to handle bytes and unicode 7 years ago
manageiq.py module_utils/manageiq: add find_collection_resource_or_fail 7 years ago
mysql.py Collated PEP8 fixes (#25293) 7 years ago
netapp.py Refactor E-Series VolumeCopy to use module_utils (#20902) 7 years ago
oneandone.py New module: manage 1&1 cloud compute (cloud/oneandone/oneandone_server) (#24878) 7 years ago
oneview.py DatacenterFactsModule for HPE OneView (#32701) 7 years ago
openstack.py Collated PEP8 fixes (#25293) 7 years ago
ovirt.py ovirt_templates: wait for OK state when importing (#31634) 7 years ago
postgres.py Remove wildcard imports and get_exception calls 7 years ago
pure.py Initial commit for Pure Storage Ansible module (#25386) 7 years ago
pycompat24.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
rax.py Fix invalid string escape sequences. 7 years ago
redhat.py Miscellaneous pylint fixes. 7 years ago
service.py Connection plugins network_cli and netconf (#32521) 7 years ago
splitter.py Collated PEP8 fixes (#25293) 7 years ago
univention_umc.py Remove uses of assert in production code (#32079) 7 years ago
urls.py py3 compatibility: convert bytes to str (#33206) 7 years ago
vca.py Use response.content instead of response object (#25772) 7 years ago
vmware.py VMware: Allow users to specify port for ESXi (#34073) 7 years ago
vultr.py vultr: new module utils and common docs (#30868) 7 years ago