summaryrefslogtreecommitdiff
path: root/cloud/amazon
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-0658-0/+232
|
* Add check mode support (#3523)Ben Tomasik2016-12-051-1/+2
|
* Update route53_zone.py fix indentation typo in examples (#3255)Arthur2016-12-051-1/+1
|
* improve example for module ec2_vpc_subnet_facts (#3511)Bill Wang2016-12-051-0/+1
|
* Fix: convert owner_ids to a list of strings (#3488)Constantin2016-12-051-1/+1
|
* Add check mode support (#3522)Ben Tomasik2016-12-051-1/+2
|
* Make `main()` calls conditional - cloud (#3657)Fabio Alessandro Locati2016-12-051-1/+2
|
* Native YAML, improve quotation (#3643)Fabio Alessandro Locati2016-12-041-3/+3
|
* Native YAML - cloud/amazon/lambda.py (#3628)Fabio Alessandro Locati2016-12-021-2/+4
|
* Cloud amazon and azure (#3610)Fabio Alessandro Locati2016-12-014-4/+9
| | | | | | * Native YAML - cloud/amazon * Native YAML - cloud/azure
* py3 - ported ec2_vpc_route_table iterkeys to dict.keys() (#3503)Andrea Tartaglia2016-11-221-1/+1
| | | | | | | | * ported ec2_vpc_route_table iterkeys to dict.keys() for py3 Addresses ansible/ansible#18507 * Removed '.keys()'
* redshift: fix version addedRene Moser2016-11-172-2/+2
|
* redshift: Fix error with boolean parameters (#3467)Jens Carl2016-11-171-30/+8
|
* Required and default are mutually exclusive (#3475)Brian Haggard2016-11-161-1/+1
|
* Use native YAML (#3435)Fabio Alessandro Locati2016-11-131-8/+17
|
* Use native YAML (#3436)Fabio Alessandro Locati2016-11-111-1/+3
|
* ec2_customer_gateway: state present expect bgp_arn instead of bgp_asn (#3366)Matthieu Dolci2016-11-111-1/+1
|
* Use native YAML (#3434)Fabio Alessandro Locati2016-11-111-5/+14
|
* Use native YAML (#3433)Fabio Alessandro Locati2016-11-111-2/+3
|
* ec2_elb_facts: fix errors with no names input (#3381)mattwwarren2016-11-111-6/+9
| | | | | | | | * None being passed around results in a Bad Time (tm) * need to return the full set of elbs for an empty list * logic is hard
* ec2_lc_find: Set default value for AssociatePublicIpAddress, since is ↵Jose Armesto2016-11-111-1/+1
| | | | missing when is false (#3417)
* New ec2_group_facts module to be able to get facts from EC2 security groups ↵Henrique Rodrigues2016-11-111-0/+163
| | | | | | (#2591) Add `ec2_group_facts` module to gather facts from EC2 security groups
* Fix bare variable references in docsAndrew Gaffney2016-11-101-2/+2
|
* Add support for current Redshift node types (#3328)Jens Carl2016-11-081-3/+3
|
* Return actual queue attributes with result from sqs_queue creation/update ↵Eric2016-11-071-3/+45
| | | | | | | | | | | | (#1362) * Return actual queue attributes with result Previously this was only returning the desired queue attributes, and not even returning the QueueARN for use elsewhere. Now it will return "results.attributes" that is retrieved with boto's get_queue_attributes(). * update return structure to reflect current SQS config; add documentation of return values * Remove redundancy from if/else statement
* Enhanced ecs_taskdefinition module.Ryan Morlok2016-11-071-38/+156
| | | | | | | | | | | Added support to explicitly manage task definitions be revision. If the revision expectations of the ansible task cannot be met, an error is thrown. If revision is not explicitly specified, enhanced module to be idempotent with respect to task definitions. It will search for an active revision of the task definition that matches the containers and volumes specified. If none can be found, a new revision will be created.
* Fix elf and elf_facts documentation formatting (#3348)cameronurnes2016-11-022-17/+12
| | | | | | | | * This method breaks the output on the documentation site * Conflicting quotes * Conflicting quotes
* Skip shard count test in check mode. (#3329)Matt Clay2016-10-311-1/+1
| | | The shard count is not available in check mode.
* cloudtrail: Fix error on existing trail without S3 prefix (#2939)Yevgeniy Valeyev2016-10-291-7/+8
|
* Fix typo (#3289)Jens Carl2016-10-261-1/+1
|
* docs: ec2_lc_facts: adjust version_addedRene Moser2016-10-241-2/+2
|
* New module ec2_lc_facts (#2325)Loïc2016-10-241-0/+225
| | | New module to gather facts about AWS Autoscaling Launch Configurations
* Fix amazon extras modules to compile under python3Toshio Kuratomi2016-10-2330-160/+192
|
* Fix for ansible/ansible-modules-extras#3173 (#3203)Steyn Huizinga2016-10-221-1/+1
|
* Fix issue with multiple pages of results in ec2_lc_find (#3090)James Kassemi2016-10-221-21/+22
|
* Fix failure to apply bucket policy when creating a bucket from scratch (#3091)Ryan Brown2016-10-141-19/+15
|
* `lambda` correct documentation of return outputRyan S. Brown2016-10-071-28/+46
| | | | | | The returns are actually nested under `configuration` keys, so the docs need to reflect that. Also add the automatic return of the function version, so it can be used to feed the `lambda_alias` module.
* `lambda` Support using the role nameRyan S. Brown2016-10-071-5/+17
| | | | | Instead of needing the full role ARN, allow users to specify a role name as long as the role exists in the same account.
* If parameters for policy, tags or versioning are not supplied, do not change ↵Rob2016-09-281-48/+56
| | | | the existing values defined for the bucket (#2938)
* ec2_win_password.py - handle missing or unparseable key file more ↵steve-dave2016-09-241-3/+9
| | | | intuitively (#2729)
* Fix ec2_asg_facts when `name` parameter is NoneRyan S. Brown2016-09-231-1/+5
| | | | Closes #3021
* Combined notes to avoid duplicate key warning. (#2980)Matt Clay2016-09-191-3/+2
|
* Modification of describe_gateways key so that it is consistent with w… (#2936)Rob2016-09-191-13/+25
| | | | | | | * Modification of describe_gateways key so that it is consistent with what create_gateway returns. Also added AnsibleModule spec to require bgp_ip on state=present as defined in the doc * Don't remove CustomerGateways key to preserve backward compatibility
* Remove duplicate key from the doc (#2970)Michael Scherer2016-09-191-5/+0
|
* Add lambda_event moduleRyan S. Brown2016-09-161-0/+422
|
* Add Amazon Elastic File System Facts (efs_facts) moduleRyan Sydnor2016-09-162-121/+450
| | | | Also switch EFS module to using boto3_conn from boto3.Session
* Add Amazon Elastic File System (efs) moduleRyan Sydnor2016-09-161-0/+677
|
* Import Lambda alias module from https://github.com/pjodouin/ansible-lambda ↵Ryan Brown2016-09-161-0/+384
| | | | (#2829)
* Fix redshift module Python 3.5 syntaxRyan S. Brown2016-09-161-13/+13
|
* Fix exception syntax for Python 3.x (#2940)Ryan Brown2016-09-162-7/+7
| | | since boto already precludes python2.4, no need to use a common 2.4/3 syntax