Ted Timmons
|
7027de77b7
|
fix ugly documentation
current version dumps a character per line in the docs: http://docs.ansible.com/ansible/cloudformation_module.html
|
2016-12-08 11:23:29 -05:00 |
Scot Spinner
|
bcc57875ed
|
adding parameter group option
|
2016-12-08 11:23:29 -05:00 |
Rowan Wookey
|
7d85477acb
|
Fixes #542 error when ec2_asg arguments aren't specified
If max_size/min_size/desired_capacity are omitted
when updating an autoscaling group use the existing values
|
2016-12-08 11:23:28 -05:00 |
Robb Wagoner
|
aed7d903ee
|
Include a CFN stack's resources in the result
|
2016-12-08 11:23:28 -05:00 |
Matt Ferrante
|
74b4882415
|
ec2_ami can update an ami's launch_permissions
|
2016-12-08 11:23:28 -05:00 |
Robert Jailall
|
6530e76880
|
Refactor ec2_snapshot to make it more testable
|
2016-12-08 11:23:28 -05:00 |
Hagai Kariti
|
83aff77c26
|
made `wait` default to True in ec2_snapshot
|
2016-12-08 11:23:28 -05:00 |
Hagai Kariti
|
fcd2b354b2
|
Add to the ec2_snapshot module the ability to create a snapshot only if one hasn't recently been created
- Added snapshot_max_age parameter
- Updated docs
- Made the default value of wait to be false, as it used to be
|
2016-12-08 11:23:28 -05:00 |
Toshio Kuratomi
|
49ee99fe73
|
result is now a dict and so needs different access syntax
Fixes #1848
|
2016-12-08 11:23:27 -05:00 |
Toshio Kuratomi
|
b91684b8ad
|
Remove unneeded urllib2 import
|
2016-12-08 11:23:27 -05:00 |
James Cammarata
|
99075976a8
|
Fix missing params to download_s3file in s3
|
2016-12-08 11:23:27 -05:00 |
James Cammarata
|
689f13548f
|
Fixing s3 failures when bucket names contain dots
|
2016-12-08 11:23:27 -05:00 |
Luke Rohde
|
05974273b3
|
Use msg kwarg to pass error message in ec2_snapshot
|
2016-12-08 11:23:27 -05:00 |
Brian Coca
|
cd072e3090
|
added version added to headers in s3
|
2016-12-08 11:23:26 -05:00 |
Jaime Gago
|
b203deee31
|
Fix example indentation bug
|
2016-12-08 11:23:26 -05:00 |
Toshio Kuratomi
|
103b150090
|
Convert object into dict so it will turn into json properly
|
2016-12-08 11:23:26 -05:00 |
Brian Coca
|
357d542bb3
|
clarified error messages to actually give back ansible module option instead of internal boto field name
|
2016-12-08 11:23:26 -05:00 |
Jens Carl
|
c0eedc6e87
|
Fix missing alias "groups".
|
2016-12-08 11:23:26 -05:00 |
Feanil Patel
|
e4898a4348
|
If overwrite is set, download eagerly.
If the we are going to overwrite the file anyway,
there is no need to do any checksums locally or
grab the remote etag.
|
2016-12-08 11:23:26 -05:00 |
billwanjohi
|
167e940e78
|
iam: don't delete passwords by default
|
2016-12-08 11:23:25 -05:00 |
Mike Putnam
|
9623cd570c
|
Add missing GPLv3 License header
Fixes #1643
|
2016-12-08 11:23:25 -05:00 |
Ash Caire
|
682bf34a43
|
add headers param to s3 uploads
|
2016-12-08 11:23:25 -05:00 |
khassen
|
8b60dd349d
|
Use the common/shared MD5 function.
|
2016-12-08 11:23:25 -05:00 |
Toshio Kuratomi
|
55271467d4
|
Remove validate_certs as the url is not user settable so we always want to validate the certificate
|
2016-12-08 11:23:24 -05:00 |
Artur Cygan
|
d71b1444a9
|
Update route53.py
Fix typos
|
2016-12-08 11:23:24 -05:00 |
Baraa Basata
|
63a619fbae
|
Fix iam_policy example
|
2016-12-08 11:23:24 -05:00 |
Brian Coca
|
9b38e47d70
|
added rickmendes as maintainer
|
2016-12-08 11:23:23 -05:00 |
ayush
|
f46daacf67
|
Updated doc strings so each character isn't considered a line
|
2016-12-08 11:23:23 -05:00 |
Toshio Kuratomi
|
8eba30b488
|
Deprecated _ec2_ami_search now verifies SSL certificates
|
2016-12-08 11:23:23 -05:00 |
Brian Coca
|
fedd1bed1f
|
minor doc fixes, version added for latest feature
|
2016-12-08 11:23:22 -05:00 |
Herby Gillot
|
c0676f93f5
|
rds: add the ability to reboot RDS instances
|
2016-12-08 11:23:22 -05:00 |
Eero Niemi
|
1f560f8dae
|
Fixed parameter validation when creating a volume from a snapshot
|
2016-12-08 11:23:22 -05:00 |
whiter
|
2dc689894c
|
Added 'resource_tags' alias
|
2016-12-08 11:23:22 -05:00 |
Brian Coca
|
a0b0c022b8
|
corrected version_added
|
2016-12-08 11:23:22 -05:00 |
Brian Coca
|
ec6e75f1cc
|
attempt to fix check mode when state='absent'
|
2016-12-08 11:23:21 -05:00 |
HAMSIK Adam
|
e04a4a4114
|
Use mutually_exclusive in AnsibleModule
|
2016-12-08 11:23:21 -05:00 |
HAMSIK Adam
|
3d3be5e91f
|
Fix missing ,
|
2016-12-08 11:23:21 -05:00 |
whiter
|
a5a9c92fcd
|
Fixed dicts comparison for tags
|
2016-12-08 11:23:21 -05:00 |
whiter
|
54b02ee0da
|
ec2_vpc_net refactor
|
2016-12-08 11:23:21 -05:00 |
HAMSIK Adam
|
b7a13e263f
|
Add version
|
2016-12-08 11:23:21 -05:00 |
HAMSIK Adam
|
05df069176
|
Add module parameter for security group name. This make ec2_elb_lb module consitent with others
|
2016-12-08 11:23:21 -05:00 |
Brian Coca
|
16a4ff3462
|
fixed minor doc issues
|
2016-12-08 11:23:21 -05:00 |
Brian Coca
|
0cab021168
|
Revert "Revert "ec2_lc - include all launch config properties in the return""
|
2016-12-08 11:23:20 -05:00 |
Brian Coca
|
af8ded66cc
|
Revert "ec2_lc - include all launch config properties in the return"
|
2016-12-08 11:23:20 -05:00 |
Frank van Tol
|
39e24e89f4
|
Remove default port value, it does not work in _requires_destroy_and_create logic
When creating a Redis cluster, every run it gets destroyed and recreated because the port number of memcached is used as the default.
|
2016-12-08 11:23:20 -05:00 |
Frank van Tol
|
6655cd89c4
|
Update elasticache.py
|
2016-12-08 11:23:20 -05:00 |
Frank van Tol
|
426f93a291
|
Remove default for engine_version
Redis and memcached have different engine version numbering, there can not be a shared default value.
|
2016-12-08 11:23:20 -05:00 |
Apoorva Kulkarni
|
1f35e578b4
|
s3 module: Add missing version tag to "encrypt" parameter
|
2016-12-08 11:23:20 -05:00 |
Evan Carter
|
d3ef622627
|
Adding default cooldown to AWS ASG
|
2016-12-08 11:23:20 -05:00 |
vanga
|
ddd399fe7a
|
Throw error if encryption is set while passing a snapshot id
|
2016-12-08 11:23:20 -05:00 |