Commit Graph

394 Commits (e0eb86a5000c1913c8e2925cf2b25a809aab02ef)

Author SHA1 Message Date
Ryan Brown d4fa1f2037 Fix failure to apply bucket policy when creating a bucket from scratch (#3091) 9 years ago
Ryan S. Brown 734aa8f8e9 `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.
9 years ago
Ryan S. Brown d188fb5e2f `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.
9 years ago
Rob 881d2f95a8 If parameters for policy, tags or versioning are not supplied, do not change the existing values defined for the bucket (#2938) 9 years ago
steve-dave 0dbb0b131f ec2_win_password.py - handle missing or unparseable key file more intuitively (#2729) 9 years ago
Ryan S. Brown cf053d0e9c Fix ec2_asg_facts when `name` parameter is None
Closes #3021
9 years ago
Matt Clay 7a41a90e42 Combined notes to avoid duplicate key warning. (#2980) 9 years ago
Rob 99c44d9640 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
9 years ago
Michael Scherer 0b778350ec Remove duplicate key from the doc (#2970) 9 years ago
Ryan S. Brown 24da3602c6 Add lambda_event module 9 years ago
Ryan Sydnor c03e26bd20 Add Amazon Elastic File System Facts (efs_facts) module
Also switch EFS module to using boto3_conn from boto3.Session
9 years ago
Ryan Sydnor 412af426c4 Add Amazon Elastic File System (efs) module 9 years ago
Ryan Brown ed249b3466 Import Lambda alias module from https://github.com/pjodouin/ansible-lambda (#2829) 9 years ago
Ryan S. Brown 64d60b8704 Fix redshift module Python 3.5 syntax 9 years ago
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
9 years ago
Steyn Huizinga abc1a98826 Add AWS Lambda module (#1270) 9 years ago
Jim Dalton 48f079f0f2 Add module for managing CloudWatch Event rules and targets (#2101) 9 years ago
Jens Carl 9b5c64e240 New ansible module for aws Redshift and Redshift subnet group (#185) 9 years ago
Ryan Brown 8749c40fee New module: `lambda_facts` (#2874) 9 years ago
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
9 years ago
Ryan S. Brown 8bfdcfcab2 Normalize variable naming in cloudformation_facts module using camel2snake 9 years ago
Ryan S. Brown b1a25291b5 cloudformation_facts: Connect boto3 using the module_utils AWS connection instead of calling boto3 directly 9 years ago
jmenga 1f79c357da New module cloudformation_facts (#2329) 9 years ago
René Moser 7b4f78798e Merge pull request #2365 from filipenf/fix-ec2_eni
Fix the eni creation/modification logic thus making it idempotent
9 years ago
Nadir e6678a7496 Added redrive policy options (#2245) 9 years ago
EarlAbides 9278cce7d2 Fix ec2_asg_facts module when using name parameter (#2840) (#2841) 9 years ago
John R Barker f13d376f0c Minor tidyup (#2828) 9 years ago
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
9 years ago
René Moser 1c4f346691 ec2_vpc_dhcp_options_facts: fix exception handling, fixes build (#2819) 9 years ago
naslanidis be9a0f9854 new AWS module for ec2 dhcp option facts (#2001)
new ec2 dhcp option facts module
9 years ago
whiter 119efdcb82 New module `s3_website` to manage static sites on Amazon S3 9 years ago
Rob White fa6e654eb2 New module - ec2_asg_facts
Gathers facts about multiple of single AWS autoscaling groups.
9 years ago
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.
9 years ago
George Christou 101f9f5f46 Fix bug in counting subnets by Name tag (#1643)
Fixes #1551
9 years ago
Jose Armesto db463e44b3 Added module to find Launch Configurations (#1023)
* Added module to find Launch Configurations

* Simplified parameters to search
10 years ago
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
10 years ago
Ryan Brown 7ffd42f727 Merge pull request #1901 from linuxdynasty/kinesis_streams
Add `kinesis_stream` module to create/delete/update AWS Kinesis streams
10 years ago
Allen Sanabria 950d76af0b fixed error message for releasing an ip when not waiting for the nat gateway to delete successfully 1st 10 years ago
Allen Sanabria dcf4d7e6e5 fail_json when error and not exit_json 10 years ago
Allen Sanabria 123c70546e clean up documentation 10 years ago
Allen Sanabria ab62c644bc updated catch statement to pass test (as e) 10 years ago
Allen Sanabria 8af1063785 Make sure to catch if no gateways exist 10 years ago
Allen Sanabria 4e8e38f631 remove boto 10 years ago
Allen Sanabria 2e42c72447 version bump 10 years ago
Allen Sanabria 79ea553200 Module requires boto due to ec2.py 10 years ago
Allen Sanabria aa189b8d98 Added default result of None in catch statement 10 years ago
Allen Sanabria ee523be26c Updated module to be compliant with test cases.
* Added integration tests
* Added unit tests
10 years ago
Allen Sanabria 349db85b00 Fixed the missing argument to get_eip_allocation_id_by_address 10 years ago
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.
10 years ago
Filipe Niero Felisbino e2e697c3ff Fix attachment issue ( thanks @gunzy83 ) 10 years ago