Ryan S. Brown
24da3602c6
Add lambda_event module
2016-09-16 17:30:51 -04:00
Ryan Sydnor
c03e26bd20
Add Amazon Elastic File System Facts (efs_facts) module
...
Also switch EFS module to using boto3_conn from boto3.Session
2016-09-16 16:37:04 -04:00
Ryan Sydnor
412af426c4
Add Amazon Elastic File System (efs) module
2016-09-16 16:37:04 -04:00
Ryan Brown
ed249b3466
Import Lambda alias module from https://github.com/pjodouin/ansible-lambda ( #2829 )
2016-09-16 16:25:33 -04:00
Ryan S. Brown
64d60b8704
Fix redshift module Python 3.5 syntax
2016-09-16 15:48:44 -04:00
Ryan Brown
2be52280fc
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-09-16 15:46:41 -04:00
Steyn Huizinga
abc1a98826
Add AWS Lambda module ( #1270 )
2016-09-16 15:36:50 -04:00
Jim Dalton
48f079f0f2
Add module for managing CloudWatch Event rules and targets ( #2101 )
2016-09-16 15:34:37 -04:00
Jens Carl
9b5c64e240
New ansible module for aws Redshift and Redshift subnet group ( #185 )
2016-09-16 12:19:13 +01:00
Ryan Brown
8749c40fee
New module: lambda_facts
( #2874 )
2016-09-14 11:41:02 -04:00
Robin Schneider
67a1bebbd3
Use addresses and names reserved for documentation ( #2894 )
...
Trying to preserve the meaning of the examples.
Related to: https://github.com/ansible/ansible/issues/17479
2016-09-12 11:27:45 +02:00
Ryan S. Brown
8bfdcfcab2
Normalize variable naming in cloudformation_facts module using camel2snake
2016-09-06 17:15:13 -04:00
Ryan S. Brown
b1a25291b5
cloudformation_facts: Connect boto3 using the module_utils AWS connection instead of calling boto3 directly
2016-09-06 17:14:54 -04:00
jmenga
1f79c357da
New module cloudformation_facts ( #2329 )
2016-09-06 17:13:51 -04:00
René Moser
7b4f78798e
Merge pull request #2365 from filipenf/fix-ec2_eni
...
Fix the eni creation/modification logic thus making it idempotent
2016-09-04 09:56:03 +02:00
Nadir
e6678a7496
Added redrive policy options ( #2245 )
2016-09-04 09:45:35 +02:00
EarlAbides
9278cce7d2
Fix ec2_asg_facts module when using name parameter ( #2840 ) ( #2841 )
2016-09-03 09:23:09 +02:00
John R Barker
f13d376f0c
Minor tidyup ( #2828 )
2016-09-01 20:46:08 +01:00
Ryan Brown
aedaca55ac
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-08-31 15:42:15 -04:00
René Moser
1c4f346691
ec2_vpc_dhcp_options_facts: fix exception handling, fixes build ( #2819 )
2016-08-30 23:38:07 +02:00
naslanidis
be9a0f9854
new AWS module for ec2 dhcp option facts ( #2001 )
...
new ec2 dhcp option facts module
2016-08-30 19:32:21 +01:00
whiter
119efdcb82
New module s3_website
to manage static sites on Amazon S3
2016-08-22 08:41:12 -04:00
Rob White
fa6e654eb2
New module - ec2_asg_facts
...
Gathers facts about multiple of single AWS autoscaling groups.
2016-08-19 15:11:12 -04:00
Shinichi TAMURA
5fbb0de36f
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-08-17 07:32:49 -07:00
George Christou
101f9f5f46
Fix bug in counting subnets by Name tag ( #1643 )
...
Fixes #1551
2016-08-15 09:02:21 +02:00
Jose Armesto
db463e44b3
Added module to find Launch Configurations ( #1023 )
...
* Added module to find Launch Configurations
* Simplified parameters to search
2016-08-11 11:16:16 -07:00
Fernando José Pando
c600334a9d
elb facts fixup ( #2099 )
...
* elb facts fixup
* return tags and logic fixup
* return tags and dont fail on nonexisting elb name
2016-08-10 09:01:31 +02:00
Ryan Brown
7ffd42f727
Merge pull request #1901 from linuxdynasty/kinesis_streams
...
Add `kinesis_stream` module to create/delete/update AWS Kinesis streams
2016-08-09 16:29:28 -04:00
Allen Sanabria
950d76af0b
fixed error message for releasing an ip when not waiting for the nat gateway to delete successfully 1st
2016-08-04 20:26:08 -07:00
Allen Sanabria
dcf4d7e6e5
fail_json when error and not exit_json
2016-08-04 17:15:31 -07:00
Allen Sanabria
123c70546e
clean up documentation
2016-08-04 13:00:35 -07:00
Allen Sanabria
ab62c644bc
updated catch statement to pass test (as e)
2016-08-03 12:38:05 -07:00
Allen Sanabria
8af1063785
Make sure to catch if no gateways exist
2016-08-03 12:38:05 -07:00
Allen Sanabria
4e8e38f631
remove boto
2016-08-03 12:38:05 -07:00
Allen Sanabria
2e42c72447
version bump
2016-08-03 12:38:05 -07:00
Allen Sanabria
79ea553200
Module requires boto due to ec2.py
2016-08-03 12:38:05 -07:00
Allen Sanabria
aa189b8d98
Added default result of None in catch statement
2016-08-03 12:38:05 -07:00
Allen Sanabria
ee523be26c
Updated module to be compliant with test cases.
...
* Added integration tests
* Added unit tests
2016-08-03 12:38:05 -07:00
Allen Sanabria
349db85b00
Fixed the missing argument to get_eip_allocation_id_by_address
2016-08-03 12:38:05 -07:00
Allen Sanabria
f86c5f8465
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-08-03 12:38:05 -07:00
Filipe Niero Felisbino
e2e697c3ff
Fix attachment issue ( thanks @gunzy83 )
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
753ddf87ac
Change attached parameter default to None
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
c81e88856a
Add "version_added" to attached attribute
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
3099b607c1
Add attached parameter to ec2_eni module
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
8461524904
Add RETURN docs
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
178caff2ed
Fix docs
2016-08-03 10:10:53 -03:00
Filipe Niero Felisbino
27c4beb19d
Fix the AMI creation/modification logic thus making it idempotent
2016-08-03 10:10:53 -03:00
Brian Coca
f6841eb51f
send json string to api instead of dict
2016-07-28 15:19:14 -04:00
Brian Coca
6402d36af3
now using type=json which takes care of str/dict
2016-07-27 11:39:09 -04:00
Brian Coca
df79ca6352
fixes and refactoring of s3_bucket
...
policy should now accept and handle correctly both data structures or JSON strings
removed unused tag_set var
refactored code to make conditions clearer
rebased to allow for ceph changes, left ceph update on todo list
2016-07-27 11:39:09 -04:00