Jell
6b27cdc08e
[ec2_vol] Find or Create volume by name
2015-05-12 07:06:37 +02:00
Toshio Kuratomi
60a66a544d
Several cleanups to many modules:
...
* Fix docs to specify when python2.6+ is required (due to a library
dep). This helps us know when it is okay to use python2.6+ syntax in
the file.
* remove BabyJson returns. See #1211 This commit fixes all but the
openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
if the module is run as a program. This allows for the potential to
unittest the code later.
2015-05-11 12:15:53 -07:00
Brian Coca
18ccced5fe
Merge pull request #1274 from bennojoy/issue-122
...
fixes issue 122, where the module recreates the route table in each run
2015-05-08 15:50:37 -04:00
Brian Coca
bc22ee9069
Merge pull request #1015 from jml/ec2-eip
...
Make ec2_eip idempotent
2015-05-08 15:24:20 -04:00
Chris Lundquist
4670e1285b
[ec2_ami_find] fix ami_search doc copy pasta
2015-05-07 11:51:11 -07:00
Benno Joy
e2deee66d3
fixes issue 122, where the module recreates the route table in each run
2015-05-07 16:04:01 +05:30
Brian Coca
a9781b3712
Merge pull request #1250 from afeinberg/patch-1
...
Fix a typo in create_instances
2015-05-05 10:40:07 -04:00
Sam Doiron
de76c797ab
Fix Issue #1216 (ValueError with Amazon RDS)
...
Fix typo where wrong variable was used, causing ValueError.
2015-05-05 10:53:17 -03:00
Herby Gillot
6ce3ef36e3
Use existing ec2_eip address if already associated
...
If an EC2 instance is already associated with an EIP address, we use
that, rather than allocating a new EIP address and associating it with
that.
Fixes #35 .
2015-05-05 11:37:47 +01:00
Alex Feinberg
e749184bc7
Fix a typo in create_instances
...
Fix a typo in create_instances: use 'placement_group' instead of placement_group
when calling boto_siupports_param_in_spot_request().
2015-05-04 17:14:42 -07:00
Pascal Borreli
f29a6ec54d
Fixed typos
2015-05-04 12:54:03 +01:00
Brian Coca
9028e9d4be
minor doc fixes, set version added for new tags: parameter
...
should Fix #10894
2015-05-01 09:58:27 -04:00
xiaclo
946af50b22
Update route53.py
2015-05-01 12:28:47 +10:00
xiaclo
5d1a3ee0ac
Fix issue #1156
...
Fix as suggested in the issue.
https://github.com/ansible/ansible-modules-core/issues/1156
2015-04-30 13:01:00 +10:00
Brian Coca
78de8bbd99
removed unused and undefined aws_regions
2015-04-27 12:38:57 -04:00
Brian Coca
e137aea5d3
Merge pull request #1195 from bcoca/ec2_scaling_policy_fix
...
removed redundant region def
2015-04-27 12:34:59 -04:00
Brian Coca
0e23dd6c55
avoid exception when boto is not available
2015-04-24 11:03:36 -04:00
Brian Coca
a905edd536
removed redundant region def
2015-04-24 08:54:56 -04:00
Brian Coca
8ce2a18921
Merge pull request #1184 from bobby/ec2_vpc-without-subnets
...
Fixes regression introduced by edf1ac1ea6
2015-04-21 15:17:44 -04:00
Bobby Calderwood
98a9f2d5b8
Fixes regression introduced by edf1ac1ea6
2015-04-21 14:56:46 -04:00
bw-will-usher
0846de2cd5
Fixed MS SQL port number in documentation (1443->1433) per: https://support.microsoft.com/en-us/kb/287932
2015-04-21 07:59:05 -04:00
Brian Coca
be89a2f5fc
added new ec2_ami_find as per #905
2015-04-16 15:39:26 -04:00
Brian Coca
5e1224c4a8
deprecated ec2_ami_search
2015-04-16 15:39:26 -04:00
sisso
34d6d6f777
fixed bug where scaling policy return a random policy if many autoscale group have policies with same name.
2015-04-16 14:36:26 -03:00
Brian Coca
89bd6af0ed
Merge pull request #966 from jnsaff/devel
...
Added support for tagging images in ec2_ami.py
2015-04-16 11:35:37 -04:00
Jan Brauer
fcea4e1884
Add missing comma
2015-04-10 19:05:57 -04:00
Daekwon Kim
7684059044
Fix indent of "register" key
2015-04-09 19:10:49 +09:00
Daekwon Kim
88639ae8be
Fix typo (volue -> volume)
2015-04-09 19:09:42 +09:00
Kyle Johnson
86ed1cd0a9
Fix typo in rds_subnet_group.py
...
aws_connection_kwargs should be aws_connect_kwargs
2015-04-06 10:00:17 -04:00
Jesse Rusak
030703f4ca
Update rds module for RDS2 parameter name change.
...
boto's rds2 renamed `vpc_security_groups` to `vpc_security_group_ids`
and changed from a list of `VPCSecurityGroupMembership` to just a
list of ids. This accommodates that change when rds2 is being used.
2015-04-02 15:32:12 -04:00
steenzout
d960dc1584
issue #994 : use HAS_BOTO to determine if import was successful:
...
- removed import of sys module.
- HAS_BOTO constant to check if import was successful.
- trigger a failure when import fails.
- removed unnecessary imports.
2015-04-01 17:31:10 -06:00
Brian Coca
e6e3ade6fa
added support for postgres9.4 which is now available from amazon
2015-03-31 11:46:54 -04:00
Brian Coca
613961c592
really fixed docs this time
2015-03-31 09:15:20 -04:00
Brian Coca
99391f861d
fixed doc issues on cloudformation
2015-03-31 09:09:43 -04:00
Rob Johnson
ea1ffc6d19
allow both template and template_url parameters
2015-03-30 15:27:03 +01:00
Brian Coca
d27df0cdb4
Merge pull request #334 from adamchainz/cloudformation_dont_always_need_template
...
Make cloudformation module's template argument not required in case of stack deletion
2015-03-30 08:56:56 -04:00
Brian Coca
1865ddbbdf
Merge pull request #339 from lorin/instance_id
...
ec2 module: add instance_id alias
2015-03-30 08:49:07 -04:00
Mick Bass
7de97864be
clean rebase of https://github.com/ansible/ansible-modules-core/pull/1024 on a new branch
2015-03-29 21:56:44 -06:00
Brian Coca
8c80900fef
removed requirements/boto as it broke documentation as it is duplicated in shared aws fragements
2015-03-29 17:08:08 -04:00
Brian Coca
adfcfa4b58
Merge pull request #318 from preo/ec2-group-empty-rules
...
Allow empty EC2 Security Group rules.
2015-03-29 10:26:33 -04:00
Brian Coca
feb5144c71
Merge pull request #1021 from defionscode/s3_conn
...
allow boto profile use with s3
2015-03-29 10:08:54 -04:00
Adam Chainz
8a4e7e5d9f
Make cloudformation module's template argument not required in case of stack deletion
2015-03-29 09:31:13 +01:00
Kohei YOSHIDA
8ab812c242
support secure connection on fakes3
2015-03-28 23:31:53 +09:00
Jonathan Davila
611165a77e
allow boto profile use with s3
2015-03-28 10:17:12 -04:00
Lorin Hochstein
ea4d5798c7
Use the correct alias syntax
2015-03-28 09:31:52 -04:00
Lorin Hochstein
e759b4d0eb
ec2 module: add instance_id alias
...
Create an alias named instance_id for the instance_ids parameter.
2015-03-28 09:31:52 -04:00
Scott Miller
13d420ebee
describe choices in alias documentation
2015-03-27 16:20:20 -04:00
Brian Coca
f3e4704d92
Merge pull request #569 from 47lining/rate-throttling-retries-update
...
add retry with exponential backoff when we receive throttling error code...
2015-03-27 08:21:09 -04:00
Mick Bass
64a2077787
Add support for AWS Security Token Service (temporary credentials) to all AWS cloud modules.
2015-03-26 22:44:56 -06:00
Brian Coca
eacf4e4239
Merge pull request #269 from SDFE/rds_subnet_group_params
...
use aws connect call in rds_subnet_group that allows boto profile use
2015-03-26 15:53:33 -04:00