summaryrefslogtreecommitdiff
path: root/cloud/amazon
Commit message (Expand)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
* py3 - ported ec2_vpc_route_table iterkeys to dict.keys() (#3503)Andrea Tartaglia2016-11-221-1/+1
* 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
* ec2_lc_find: Set default value for AssociatePublicIpAddress, since is missing...Jose Armesto2016-11-111-1/+1
* New ec2_group_facts module to be able to get facts from EC2 security groups (...Henrique Rodrigues2016-11-111-0/+163
* 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 (#1...Eric2016-11-071-3/+45
* Enhanced ecs_taskdefinition module.Ryan Morlok2016-11-071-38/+156
* Fix elf and elf_facts documentation formatting (#3348)cameronurnes2016-11-022-17/+12
* Skip shard count test in check mode. (#3329)Matt Clay2016-10-311-1/+1
* 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
* 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
* `lambda` Support using the role nameRyan S. Brown2016-10-071-5/+17
* If parameters for policy, tags or versioning are not supplied, do not change ...Rob2016-09-281-48/+56
* ec2_win_password.py - handle missing or unparseable key file more intuitively...steve-dave2016-09-241-3/+9
* Fix ec2_asg_facts when `name` parameter is NoneRyan S. Brown2016-09-231-1/+5
* 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
* 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
* 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
* 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