summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils
Commit message (Expand)AuthorAgeFilesLines
* New Module to manage AWS direct connect link aggregation groups (#27250)Sloane Hertel2017-08-221-0/+86
* AWSRetry: allow retrying on additional ClientError exceptions (#28483)Sloane Hertel2017-08-222-14/+13
* exoscale: similar env vars as in cloudstackRene Moser2017-08-221-4/+4
* exoscale: fix api_key param auth typoRene Moser2017-08-221-1/+1
* Extend test coverage for openssl modules (#27548)Yanis Guenane2017-08-211-1/+2
* Allow a miq token as an argument passed into the ManageIQ Python API Client (...Drew Bomhof2017-08-181-7/+20
* fixes bugs in network filter for parsing ip address (#28404)Peter Sprygada2017-08-181-3/+8
* Removing deprecated openswitch modules (#28397)Chris Alfonso2017-08-181-260/+0
* Refactor DigitalOcean modulesAbhijeet Kasurde2017-08-181-0/+102
* Bugfix and assorted fixes (#28352)Dag Wieers2017-08-171-1/+1
* fixes asa_acl module to work with persistent connections (#28320)Peter Sprygada2017-08-171-1/+2
* Update connection logic in vmware module_utils (#26323)Abhijeet Kasurde2017-08-171-15/+16
* Resolving Coverity Issues. (#28056)Anil Kumar Muraleedharan2017-08-161-87/+75
* eos_user fix username param (#28114)Trishna Guha2017-08-161-1/+1
* Azure azure_rm_common update (#28227)Ozi Boms2017-08-151-1/+18
* Enhance module_utils to be cleaner and support more modules (#28197)Jacob McGill2017-08-151-15/+100
* Use response.content instead of response object (#25772)Abhijeet Kasurde2017-08-141-2/+2
* Add common aggregate arguments for junos modules (#28124)Ganesh Nalawade2017-08-141-0/+6
* docker_secret: fix broken importPierre-Louis Bonicoli2017-08-121-0/+3
* Remove wildcard imports and get_exception callsToshio Kuratomi2017-08-1212-204/+154
* update aci module util with methods to support check_mode and idempotency (#2...Jacob McGill2017-08-121-0/+178
* Fixes for broken asa_config module (#27218)Patrick Ogenstad2017-08-111-4/+9
* Add support for Azure 2.0.0 (#27920)Thomas Stringer2017-08-111-15/+74
* [cloud] ovirt: add headers param to auth (#27881)Michele Zuccala2017-08-111-0/+1
* Fix fallback and boolean check in argspec (#27994)Ganesh Nalawade2017-08-101-3/+3
* Various fixes (#27889)Dag Wieers2017-08-101-18/+29
* Delete unused module_utils/cloudengine.py (#25054)QijunPan2017-08-091-272/+0
* Update cnos.py to remove unused method checkServerForImage (#27767)Anil Kumar Muraleedharan2017-08-091-37/+2
* Network load_config: Capture configuration output and display as warnings (#2...Nathaniel Case2017-08-091-0/+6
* [cloud] Add more configurable backoff implementations to CloudRetry/AWSRetry ...mzizzi2017-08-081-17/+129
* Remove comments about import orderToshio Kuratomi2017-08-071-6/+0
* Reclisence module_utils/api.py to BSDToshio Kuratomi2017-08-071-12/+21
* Allow for generating kubernetes YAML files from modules (#27833)Flavio Percoco Premoli2017-08-071-2/+18
* facts: fix arm64 ansible_processor_vcpus = 0Zhangfei Gao2017-08-071-1/+1
* Keep the diff even when running in check mode so we can tell if there is a di...James Mighion2017-08-071-1/+0
* Refactor E-Series VolumeCopy to use module_utils (#20902)Michael Price2017-08-071-2/+2
* aci.py: Add use_proxy support (#27735)Dag Wieers2017-08-071-17/+26
* [cloud] Extend AWSRetry to also retry on `Throttling` exceptions (#22698)colin-hanson-zocdoc2017-08-071-1/+2
* Fix for subspec options validation issue #27715 (#27728)Philippe Dellaert2017-08-041-4/+4
* [cloud] allow module_utils to get creds without boto installed (#27647)Sloane Hertel2017-08-041-10/+13
* adds new filter plugins for network use cases (#27695)Peter Sprygada2017-08-041-2/+88
* Add aggregate for junos modules and sub spec validation (#27726)Ganesh Nalawade2017-08-041-6/+27
* New model manageiq manageiq user (#26641)Yaacov Zamir2017-08-031-0/+119
* New module: manage Citrix Netscaler SSL certificate keys (network/netscaler/n...George Nikolopoulos2017-08-031-3/+22
* crypto/openssl_*: Standardize implementaton and add support keyUsage, extened...Christian Pointner2017-08-031-0/+33
* fix unexpected key argument for eos_config replace (#27683)Trishna Guha2017-08-031-1/+1
* Initial commits for integration of HPE OneView resources with Ansible (#26026)Felipe Garcia Bulsoni2017-08-021-0/+433
* Sanitizing all responses from aireos. (#27660)James Mighion2017-08-021-2/+3
* add a 'min' type for gather_subset to collect nothing (#27085)Adrian Likins2017-08-021-6/+20
* [WIP] Create preserved_copy function in basic.py to perserve file ownership. ...jctanner2017-08-021-1/+37