summaryrefslogtreecommitdiff
path: root/cloud/amazon
Commit message (Expand)AuthorAgeFilesLines
...
* Add AWS Lambda module (#1270)Steyn Huizinga2016-09-161-0/+437
* Add module for managing CloudWatch Event rules and targets (#2101)Jim Dalton2016-09-161-0/+409
* New ansible module for aws Redshift and Redshift subnet group (#185)Jens Carl2016-09-162-0/+684
* New module: `lambda_facts` (#2874)Ryan Brown2016-09-141-0/+408
* Use addresses and names reserved for documentation (#2894)Robin Schneider2016-09-122-2/+2
* Normalize variable naming in cloudformation_facts module using camel2snakeRyan S. Brown2016-09-061-2/+7
* cloudformation_facts: Connect boto3 using the module_utils AWS connection ins...Ryan S. Brown2016-09-061-9/+15
* New module cloudformation_facts (#2329)jmenga2016-09-061-0/+274
* Merge pull request #2365 from filipenf/fix-ec2_eniRené Moser2016-09-041-68/+128
|\
| * Fix attachment issue ( thanks @gunzy83 )Filipe Niero Felisbino2016-08-031-4/+13
| * Change attached parameter default to NoneFilipe Niero Felisbino2016-08-031-12/+13
| * Add "version_added" to attached attributeFilipe Niero Felisbino2016-08-031-0/+1
| * Add attached parameter to ec2_eni moduleFilipe Niero Felisbino2016-08-031-16/+24
| * Add RETURN docsFilipe Niero Felisbino2016-08-031-0/+54
| * Fix docsFilipe Niero Felisbino2016-08-031-5/+4
| * Fix the AMI creation/modification logic thus making it idempotentFilipe Niero Felisbino2016-08-031-69/+57
* | Added redrive policy options (#2245)Nadir2016-09-041-3/+18
* | Fix ec2_asg_facts module when using name parameter (#2840) (#2841)EarlAbides2016-09-031-1/+1
* | Minor tidyup (#2828)John R Barker2016-09-011-9/+24
* | New module: execute_lambda (AWS) (#2558)Ryan Brown2016-08-311-0/+281
* | ec2_vpc_dhcp_options_facts: fix exception handling, fixes build (#2819)René Moser2016-08-301-4/+4
* | new AWS module for ec2 dhcp option facts (#2001)naslanidis2016-08-301-0/+167
* | New module `s3_website` to manage static sites on Amazon S3whiter2016-08-221-0/+293
* | New module - ec2_asg_factsRob White2016-08-191-0/+351
* | Allow value to be bool where 'yes'/'no' are in choices (#2593)Shinichi TAMURA2016-08-171-5/+3
* | Fix bug in counting subnets by Name tag (#1643)George Christou2016-08-151-3/+3
* | Added module to find Launch Configurations (#1023)Jose Armesto2016-08-111-0/+224
* | elb facts fixup (#2099)Fernando José Pando2016-08-101-108/+137
* | Merge pull request #1901 from linuxdynasty/kinesis_streamsRyan Brown2016-08-091-0/+1083
|\ \
| * | Now when number of shards is different than what is the stream currently, it ...Allen Sanabria2016-07-141-31/+48
| * | version bumpAllen Sanabria2016-07-141-1/+1
| * | Module requires boto due to ec2.pyAllen Sanabria2016-07-141-0/+1
| * | updated module to accept check_mode in every boto callAllen Sanabria2016-07-141-10/+24
| * | Removed test as they will not be ran by Ansible.Allen Sanabria2016-07-141-471/+0
| * | Added test to kinesis_stream module.Allen Sanabria2016-07-142-29/+497
| * | update doc stringAllen Sanabria2016-07-141-0/+1
| * | Create, Delete, and Modify a Kinesis Stream.Allen Sanabria2016-07-141-0/+1053
* | | fixed error message for releasing an ip when not waiting for the nat gateway ...Allen Sanabria2016-08-041-9/+16
* | | fail_json when error and not exit_jsonAllen Sanabria2016-08-041-1/+1
* | | clean up documentationAllen Sanabria2016-08-041-39/+47
* | | updated catch statement to pass test (as e)Allen Sanabria2016-08-031-5/+5
* | | Make sure to catch if no gateways existAllen Sanabria2016-08-031-2/+1
* | | remove botoAllen Sanabria2016-08-031-1/+0
* | | version bumpAllen Sanabria2016-08-031-1/+1
* | | Module requires boto due to ec2.pyAllen Sanabria2016-08-031-0/+1
* | | Added default result of None in catch statementAllen Sanabria2016-08-031-0/+2
* | | Updated module to be compliant with test cases.Allen Sanabria2016-08-031-209/+344
* | | Fixed the missing argument to get_eip_allocation_id_by_addressAllen Sanabria2016-08-031-2/+6
* | | Manage AWS Nat GatewaysAllen Sanabria2016-08-031-0/+930
* | | send json string to api instead of dictBrian Coca2016-07-281-1/+1