summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/ec2.py
Commit message (Expand)AuthorAgeFilesLines
* [cloud] Improve boto3_tag_list_to_ansible_dict backward compatibility (#30622)Will Thames2017-09-271-8/+12
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-1/+1
* [cloud] Remove custom pagination function in ec2_launchconfig module (#28574)Sloane Hertel2017-08-291-31/+0
* amazon: extract copies of boto_exception to module_utils.ec2 (#20403)David M. Lee2017-08-231-0/+17
* AWSRetry: allow retrying on additional ClientError exceptions (#28483)Sloane Hertel2017-08-221-5/+4
* [cloud] Extend AWSRetry to also retry on `Throttling` exceptions (#22698)colin-hanson-zocdoc2017-08-071-1/+2
* [cloud] allow module_utils to get creds without boto installed (#27647)Sloane Hertel2017-08-041-10/+13
* [cloud] make ec2 paging() more functional and add paging to ec2_lc_facts (#27...Sloane Hertel2017-08-011-3/+7
* [cloud] Improve Camel to Snake conversion in EC2 module_utils (#25015)Will Thames2017-08-011-16/+20
* [cloud] cast tag values to strings in ansible_dict_to_boto3_tag_list utility ...mzizzi2017-07-271-1/+2
* Mdd utils ec2 no profile fix (#26528)Michael De La Rue2017-07-111-3/+6
* module_utils/ec2: fix boto3 tags to remove (#25277)Sloane Hertel2017-06-061-2/+3
* [cloud] New module: AWS API Gageway module (#20230)Michael De La Rue2017-06-051-1/+9
* {cloud} module_utils/ec2.py: get AWS access and secret keys from boto config ...Sloane Hertel2017-06-021-12/+23
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-8/+9
* Fixing policy sorting for Python 3mechaxl2017-06-011-1/+3
* Feature/aws helper function for tags (#23387)Rob2017-05-111-7/+35
* Allow empty string for EC2 session token from env.Matt Clay2017-05-031-1/+2
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* Remove unnecessary shebangs and execute bits.Matt Clay2017-02-221-0/+0
* fixed type mapper and added tests (#20963)Stephane Maarek2017-02-021-1/+1
* unicode is absent in case of python3 - fix it (#20861)Eugene Krokhalev2017-01-311-3/+3
* Fix infrequent PEP 8 issues.Matt Clay2017-01-271-1/+1
* moved utils function to utils modules, fixed a small typosimplesteph2017-01-261-0/+64
* resource overriden when conn_type='both' (#20206)astro442017-01-251-1/+1
* Undo format changesRyan S. Brown2016-12-301-0/+3
* Add helper function so that IAM policies can be compared for equality and upd...Rob White2016-12-301-4/+43
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-141-3/+3
* Allow AWSRetry class to be created without boto3/botocore installedRyan S. Brown2016-09-141-1/+11
* CloudRetry/AWSRetry backoff decorator with unit tests (#17039)Allen Sanabria2016-09-131-0/+26
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-2/+3
* Pass keyword arguments from modules to _boto3_connRyan S. Brown2016-08-161-1/+1
* Make it possible to use boto3_conn outside modulesRyan S. Brown2016-07-061-1/+11
* Merge pull request #14356 from mludvig/session_tokenJames Cammarata2016-06-221-0/+2
|\
| * Add support for AWS_SESSION_TOKEN environment variable.Michael Ludvig2016-02-081-0/+2
* | fix error message (#16264)ben-taylor-nzme2016-06-141-1/+1
* | Handle case of both Key and key (#15468)Rob2016-05-161-1/+4
* | Port module_utils/ec2.py to python 3 syntax (#15879)Michael Scherer2016-05-161-2/+2
* | Add shared functionality to return list of security group IDs from list of na...Rob2016-04-261-0/+67
* | fixed boto.ec2 importBrian Coca2016-04-181-0/+1
* | made paging marker configurable as boto differsBrian Coca2016-04-151-3/+6
* | Merge pull request #15059 from willthames/remove_boto_ec2_requirementToshio Kuratomi2016-04-131-10/+2
|\ \
| * | Remove need for unnecessary boto.ec2 importWill Thames2016-03-211-10/+2
* | | ZiploaderToshio Kuratomi2016-04-051-0/+7
* | | Handle lists during dict recursionRob White2016-03-301-2/+19
* | | Some helper functions to work with boto3Rob White2016-03-281-0/+92
* | | Add function to convert CamelCased key names to snake_namesRob White2016-03-261-0/+21
|/ /
* | paging for amazon modulesBrian Coca2016-03-091-0/+25
* | Fixup boto3_conn as commit https://github.com/ansible/ansible/commit/6ea77293...Etherdaemon2016-02-241-2/+0
|/
* Explicitly set validate_certs=False as the boto default is TrueToshio Kuratomi2016-01-291-3/+2