jctanner
4211af0f4a
Merge pull request #5067 from justinludwig/fix-aws-credential-params
...
Fix AWS credential params for ec2_ami, ec2_elb, ec2_tag, ec2_vpc, route53, and s3 modules
11 years ago
Jim Rybarski
b699af75a8
fixed documentation typo about region purpose
11 years ago
Justin Ludwig
bd9e6a74f7
Fix AWS credential params for s3 and other modules
...
The `ec2_ami`, `ec2_elb`, `ec2_tag`, `ec2_vpc`, `route53`, and `s3` modules
all canonicalize the AWS access and secret key params as
`aws_access_key` and `aws_secret_key`. However, following the fixes for #4540 ,
those modules now use `get_ec2_creds` from `lib/ansible/module_utils/ec2.py`,
which requires access/secret key params to be canonicalized as
`ec2_access_key` and `ec2_secret_key`. As a result, AWS credentials passed
to those six modules as parameters are ignored (they instead always use
the AWS credentials specified via environment variables, or nothing).
So this change fixes those six modules to canonicalize the
AWS access and secret key params as `ec2_access_key` and `ec2_secret_key`,
allowing them to again accept AWS credentials passed via module params.
11 years ago
Matt Thompson
cc36bb8e95
Add missing exception name
11 years ago
Michael DeHaan
3183d4776f
Merge pull request #4971 from erjohnso/devel
...
fixes #4954 plus updates for gcutil/v1beta16 tests
11 years ago
Eric Johnson
3267d40ff2
fixes #4954 plus updates for gcutil/v1beta16 tests
11 years ago
James Tanner
db28902044
Fix pep8 error in ec2_vpc
11 years ago
James Martin
edb2129fb3
cloudformation parameters no longer required.
11 years ago
Michael DeHaan
08996d78d6
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
11 years ago
Michael DeHaan
55a48aacc3
Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
11 years ago
Michael DeHaan
59dd929bbf
Update changelog, rename vpc module to ec2_vpc.
11 years ago
Tom Berger
9344bc175d
Update cloud/docker: if the image name containes a repository, strip it.
...
When using repositories other than the main one at docker.io, the image name contains the repo name (which itself contains ":" as a separator between domain and port). We don't really care about it here, so just get rid of it before looking at the image name.
11 years ago
Matt Martz
f32bc12268
Remove debug print statement
11 years ago
jctanner
fb27ca9f0a
Merge pull request #4919 from sivel/4577-rax-refactor
...
Refactor rax module. Fixes #4577
11 years ago
Matt Martz
0aa71a19ab
Refactor rax module
11 years ago
Matt Martz
7aaac10a00
follow suit with the rax refactor and split out the slugify code
11 years ago
Matt Martz
40354d0775
Add rax_facts module for retrieving facts about a Cloud Server
11 years ago
James Tanner
e6bd870959
Use shared ec2 module snippet in elasticache module
11 years ago
James Tanner
a63ecf23cd
Merge pull request #4313 from jsdalton/ansible
...
Add AWS ElastiCache module
11 years ago
James Tanner
62b147f6c8
Merge branch 'add_aws_elasticache_module' of git://github.com/jsdalton/ansible into jsdalton-add_aws_elasticache_module
11 years ago
James Tanner
29be6bc164
Merge pull request #4299 from psvo/ansible
...
Fix check for ROLLBACK_COMPLETE in cloudformation module
11 years ago
jctanner
ccad333395
Merge pull request #4272 from psvo/tags_parameter_for_cloudformation
...
Add support for tags parameter to cloudformation module
11 years ago
James Tanner
810aab96e7
Change route53 module to use shared ec2 authorization module snippet
11 years ago
James Tanner
d62812b8ee
Change s3 module to use shared ec2 authorization module snippet
11 years ago
James Tanner
55a3411d67
Remove redundant credential code in vpc module
11 years ago
James Tanner
680bc0cd84
Change vpc module to use shared ec2 authorization moudle snippet
11 years ago
James Tanner
ef3cf6368a
Fix docstring quoting in vpc module
11 years ago
jctanner
19dc0b4ae7
Merge pull request #4141 from carsongee/vpc
...
Added module for handling AWS Virtual Private Clouds
11 years ago
Michael DeHaan
409db94d90
Merge pull request #4858 from sivel/rax-clb-serialize
...
Fix serialization error in rax_clb
11 years ago
Rob Szewczyk
53e9a422e8
Correcting the security group id lookup from the list of security group names
11 years ago
Matt Martz
368f85e58a
Remove unused variable
11 years ago
Matt Martz
f8c3a83cd5
DRY up dict conversion and fix serialization error
11 years ago
jctanner
929466b8df
Merge pull request #4769 from alanfairless/more-password-entropy-revised
...
Revised patch for more password entropy
11 years ago
jctanner
ca63f59ce2
Merge pull request #4835 from sivel/rax-clb
...
Add module to create Rackspace Cloud Loadblancers. Fixes #4794
11 years ago
Matt Martz
f597cb2b62
Rename rax_clb to rax_clb_nodes in docs and examples
11 years ago
jctanner
b760a04274
Merge pull request #4603 from claco/rax_network_module
...
Add rax_network module
11 years ago
Matt Martz
7153753600
If you try to delete a balancer that isn't there, don't blow up
11 years ago
Matt Martz
9a1adb1772
Updates to rax_clb module
11 years ago
Christopher H. Laco
adca8d0dd8
Added replacement rax_clb that does LB detailed creation
11 years ago
Christopher H. Laco
a7d84ed5d3
Renamed rax_clb to rax_clb_nodes since it's node management and not clb creation
11 years ago
jctanner
e7a71a1649
Merge pull request #4489 from cove/devel
...
add docker module
11 years ago
jctanner
83b00e60e3
Merge pull request #4776 from jlaska/ec2_wait_on_terminate
...
Honor wait on ec2 instance termination
11 years ago
Christopher H. Laco
b414a3af6f
Update module based on upstream feedback
...
- Remove deleted state
- Use dict() instead of raw hash
- Wrap or statements in parens instead of backslash line continuations
- Change instances to networks in module return result
11 years ago
Christopher H. Laco
dc30f4c1bf
Add rax_network module
...
Based on the refactor work @sivel is doing, adding a rax_network module
to create/delete networks in the Rackspace Public Cloud.
See: https://github.com/ansible/ansible/issues/4577
11 years ago
jctanner
544b271c6a
Merge pull request #4760 from urbanmapping/devel
...
make cloudformation module accept template_parameters from command line
11 years ago
Carson Gee
67dd35f21c
Added module for handling AWS Virtual Private Clouds
...
This handles creating and editing VPCs and takes care of vpcs,
subnets, Internet Gateways, and route tables.
11 years ago
dragon3
15b6dad3e3
Remove duplicate "download_s3file" execution when the destination path doesn't exist
11 years ago
Cove Schneider
b69fdc270b
Fixes from docker-ansible, update license to be same as other modules
11 years ago
Mohan Krishnan
2232b9ce6a
Fix for connect method parameter order
11 years ago
Mohan Krishnan
6ab967ef9f
ec2_eip connect method references module var that is not passed in
11 years ago