Jens Carl
a79386f2f5
Add support for current Redshift node types ( #3328 )
2016-12-08 11:35:05 -05:00
Eric
081719cc67
Return actual queue attributes with result from sqs_queue creation/update ( #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
2016-12-08 11:35:05 -05:00
Ryan Morlok
7095959a55
Enhanced ecs_taskdefinition module.
...
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.
2016-12-08 11:35:05 -05:00
cameronurnes
ec8bd8ee77
Fix elf and elf_facts documentation formatting ( #3348 )
...
* This method breaks the output on the documentation site
* Conflicting quotes
* Conflicting quotes
2016-12-08 11:35:04 -05:00
Matt Clay
db0ac4936b
Skip shard count test in check mode. ( #3329 )
...
The shard count is not available in check mode.
2016-12-08 11:35:03 -05:00
Yevgeniy Valeyev
e064fd3256
cloudtrail: Fix error on existing trail without S3 prefix ( #2939 )
2016-12-08 11:35:03 -05:00
Jens Carl
f60e0d88da
Fix typo ( #3289 )
2016-12-08 11:35:02 -05:00
Rene Moser
952add5920
docs: ec2_lc_facts: adjust version_added
2016-12-08 11:35:01 -05:00
Loïc
2e72ec40ae
New module ec2_lc_facts ( #2325 )
...
New module to gather facts about AWS Autoscaling Launch Configurations
2016-12-08 11:35:01 -05:00
Toshio Kuratomi
3901fe72d3
Fix amazon extras modules to compile under python3
2016-12-08 11:35:01 -05:00
Steyn Huizinga
c21dd8c13b
Fix for ansible/ansible-modules-extras#3173 ( #3203 )
2016-12-08 11:35:01 -05:00
James Kassemi
f4faf9842f
Fix issue with multiple pages of results in ec2_lc_find ( #3090 )
2016-12-08 11:35:00 -05:00
Ryan Brown
25da992785
Fix failure to apply bucket policy when creating a bucket from scratch ( #3091 )
2016-12-08 11:34:57 -05:00
Ryan S. Brown
001cf5cfc5
lambda correct documentation of return output
...
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.
2016-12-08 11:34:56 -05:00
Ryan S. Brown
b7ca9d6567
lambda Support using the role name
...
Instead of needing the full role ARN, allow users to specify a role name
as long as the role exists in the same account.
2016-12-08 11:34:56 -05:00
Rob
20cfe15e56
If parameters for policy, tags or versioning are not supplied, do not change the existing values defined for the bucket ( #2938 )
2016-12-08 11:34:55 -05:00
steve-dave
587636b525
ec2_win_password.py - handle missing or unparseable key file more intuitively ( #2729 )
2016-12-08 11:34:54 -05:00
Ryan S. Brown
bdec3a7cbb
Fix ec2_asg_facts when name parameter is None
...
Closes #3021
2016-12-08 11:34:54 -05:00
Matt Clay
5d78239f07
Combined notes to avoid duplicate key warning. ( #2980 )
2016-12-08 11:34:53 -05:00
Rob
e07c71dd99
Modification of describe_gateways key so that it is consistent with w… ( #2936 )
...
* 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
2016-12-08 11:34:53 -05:00
Michael Scherer
5f0017d99d
Remove duplicate key from the doc ( #2970 )
2016-12-08 11:34:52 -05:00
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