Ryan S. Brown
dc6fd4ee8a
Add lambda_event module
2016-12-08 11:34:52 -05:00
Ryan Sydnor
3c6ae0063b
Add Amazon Elastic File System Facts (efs_facts) module
...
Also switch EFS module to using boto3_conn from boto3.Session
2016-12-08 11:34:52 -05:00
Ryan Sydnor
dfec3d3c4c
Add Amazon Elastic File System (efs) module
2016-12-08 11:34:51 -05:00
Ryan Brown
d92c3c6fa8
Import Lambda alias module from https://github.com/pjodouin/ansible-lambda ( #2829 )
2016-12-08 11:34:51 -05:00
Ryan S. Brown
ce72e52c50
Fix redshift module Python 3.5 syntax
2016-12-08 11:34:51 -05:00
Ryan Brown
559093f1a3
Fix exception syntax for Python 3.x ( #2940 )
...
since boto already precludes python2.4, no need to use a common 2.4/3 syntax
2016-12-08 11:34:51 -05:00
Steyn Huizinga
4240d2a511
Add AWS Lambda module ( #1270 )
2016-12-08 11:34:51 -05:00
Jim Dalton
cee898f73a
Add module for managing CloudWatch Event rules and targets ( #2101 )
2016-12-08 11:34:51 -05:00
Jens Carl
9f2b1abbc3
New ansible module for aws Redshift and Redshift subnet group ( #185 )
2016-12-08 11:34:51 -05:00
Ryan Brown
dae2daf692
New module: lambda_facts ( #2874 )
2016-12-08 11:34:51 -05:00
Ryan S. Brown
a96261a391
Normalize variable naming in cloudformation_facts module using camel2snake
2016-12-08 11:34:49 -05:00
Ryan S. Brown
215a591771
cloudformation_facts: Connect boto3 using the module_utils AWS connection instead of calling boto3 directly
2016-12-08 11:34:49 -05:00
jmenga
0d6073aa47
New module cloudformation_facts ( #2329 )
2016-12-08 11:34:49 -05:00
Filipe Niero Felisbino
9ba2f0f266
Fix attachment issue ( thanks @gunzy83 )
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f4ace1e9cc
Change attached parameter default to None
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f41900920f
Add "version_added" to attached attribute
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
1c1a17bfd2
Add attached parameter to ec2_eni module
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
94d03b6b55
Add RETURN docs
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
7ae8693bda
Fix docs
2016-12-08 11:34:48 -05:00
Filipe Niero Felisbino
f8314c3e61
Fix the AMI creation/modification logic thus making it idempotent
2016-12-08 11:34:48 -05:00
Nadir
5de3dbbf6d
Added redrive policy options ( #2245 )
2016-12-08 11:34:47 -05:00
EarlAbides
961c076e72
Fix ec2_asg_facts module when using name parameter ( #2840 ) ( #2841 )
2016-12-08 11:34:47 -05:00
John R Barker
b7afa14f64
Minor tidyup ( #2828 )
2016-12-08 11:34:47 -05:00
Ryan Brown
2858d24acb
New module: execute_lambda (AWS) ( #2558 )
...
First version of execute_lambda module
Supports:
- Synchronous or asynchronous invocation
- Tailing log of execution (sync execution only)
- check mode
2016-12-08 11:34:47 -05:00
René Moser
4017be741a
ec2_vpc_dhcp_options_facts: fix exception handling, fixes build ( #2819 )
2016-12-08 11:34:45 -05:00
naslanidis
cbd2025223
new AWS module for ec2 dhcp option facts ( #2001 )
...
new ec2 dhcp option facts module
2016-12-08 11:34:44 -05:00
whiter
685803dbcc
New module s3_website to manage static sites on Amazon S3
2016-12-08 11:34:42 -05:00
Rob White
f420adfc99
New module - ec2_asg_facts
...
Gathers facts about multiple of single AWS autoscaling groups.
2016-12-08 11:34:41 -05:00
Shinichi TAMURA
a3860ecf1e
Allow value to be bool where 'yes'/'no' are in choices ( #2593 )
...
* Changed type of 'details' argument to bool on ecs_service_facts module.
* Changed type of 'autostart' argument to bool on virt_* modules.
* Changed types of 'autoconnect' and 'stp' argument to bool on nmcli module.
('create_connection_bridge(self)' and 'modify_connection_bridge(self)' are not implemented yet?)
* Added conversion of 'value' argument when 'vtype' is boolean on debconf module.
2016-12-08 11:34:41 -05:00
George Christou
d6f62694e2
Fix bug in counting subnets by Name tag ( #1643 )
...
Fixes #1551
2016-12-08 11:34:40 -05:00
Jose Armesto
980298024a
Added module to find Launch Configurations ( #1023 )
...
* Added module to find Launch Configurations
* Simplified parameters to search
2016-12-08 11:34:40 -05:00
Fernando José Pando
6c94aa4dd7
elb facts fixup ( #2099 )
...
* elb facts fixup
* return tags and logic fixup
* return tags and dont fail on nonexisting elb name
2016-12-08 11:34:40 -05:00
Allen Sanabria
14476c0e8b
Now when number of shards is different than what is the stream currently, it will fail.\n\nShards can not be changed on an already created stream
2016-12-08 11:34:40 -05:00
Allen Sanabria
11f4aa6538
version bump
2016-12-08 11:34:39 -05:00
Allen Sanabria
88c08efacd
Module requires boto due to ec2.py
2016-12-08 11:34:39 -05:00
Allen Sanabria
b336c5a606
updated module to accept check_mode in every boto call
2016-12-08 11:34:39 -05:00
Allen Sanabria
2f5992c70f
Removed test as they will not be ran by Ansible.
...
* I will include tests in my personal repo which will contain all
modules written by me with their associated tests.
2016-12-08 11:34:39 -05:00
Allen Sanabria
133b5ccdde
Added test to kinesis_stream module.
...
* Update kinesis_stream based on tests.
* Added tests for kinesis_stream.
2016-12-08 11:34:39 -05:00
Allen Sanabria
24fb52c83b
update doc string
2016-12-08 11:34:39 -05:00
Allen Sanabria
649e6f42b7
Create, Delete, and Modify a Kinesis Stream.
...
* Create a Kinesis Stream.
* Tag a Kinesis Stream.
* Update the Retention Period of a Kinesis Stream.
* Delete a Kinesis Stream.
* Wait for a Kinesis Stream to be in an ACTIVE State.
2016-12-08 11:34:39 -05:00
Allen Sanabria
dd63eb7a7a
fixed error message for releasing an ip when not waiting for the nat gateway to delete successfully 1st
2016-12-08 11:34:38 -05:00
Allen Sanabria
ba17bdf1d0
fail_json when error and not exit_json
2016-12-08 11:34:38 -05:00
Allen Sanabria
1ddfa76c12
clean up documentation
2016-12-08 11:34:38 -05:00
Allen Sanabria
5a6f875487
updated catch statement to pass test (as e)
2016-12-08 11:34:38 -05:00
Allen Sanabria
cca24b0eac
Make sure to catch if no gateways exist
2016-12-08 11:34:38 -05:00
Allen Sanabria
015cf1f785
Added default result of None in catch statement
2016-12-08 11:34:37 -05:00
Allen Sanabria
43da26404b
Updated module to be compliant with test cases.
...
* Added integration tests
* Added unit tests
2016-12-08 11:34:37 -05:00
Allen Sanabria
ec2b499959
Fixed the missing argument to get_eip_allocation_id_by_address
2016-12-08 11:34:37 -05:00
Allen Sanabria
0d7d778c82
Manage AWS Nat Gateways
...
* Create an AWS Nat Gateway.
* Delete an AWS Nat Gateway.
* If Nat Gateway exist in subnet and the option is passed to not create one, it will then return the Nat Gateway object.
2016-12-08 11:34:37 -05:00
Brian Coca
fdb8d11958
send json string to api instead of dict
2016-12-08 11:34:34 -05:00