James Tanner
d0986a20a3
Use shared ec2 module snippet in elasticache module
11 years ago
James Tanner
fd6b16aca8
Merge pull request #4313 from jsdalton/ansible
...
Add AWS ElastiCache module
11 years ago
James Tanner
a8c531a2f6
Merge branch 'add_aws_elasticache_module' of git://github.com/jsdalton/ansible into jsdalton-add_aws_elasticache_module
11 years ago
James Tanner
a5c29b886e
Merge pull request #4299 from psvo/ansible
...
Fix check for ROLLBACK_COMPLETE in cloudformation module
11 years ago
jctanner
deb33e9d0e
Merge pull request #4272 from psvo/tags_parameter_for_cloudformation
...
Add support for tags parameter to cloudformation module
11 years ago
James Tanner
0ecc83fe98
Change route53 module to use shared ec2 authorization module snippet
11 years ago
James Tanner
fb903c5317
Change s3 module to use shared ec2 authorization module snippet
11 years ago
James Tanner
06eb7357fd
Remove redundant credential code in vpc module
11 years ago
James Tanner
8332a0b75e
Change vpc module to use shared ec2 authorization moudle snippet
11 years ago
James Tanner
b37a8b90a6
Fix docstring quoting in vpc module
11 years ago
jctanner
7fdeed6539
Merge pull request #4141 from carsongee/vpc
...
Added module for handling AWS Virtual Private Clouds
11 years ago
Michael DeHaan
0a34870b1f
Merge pull request #4858 from sivel/rax-clb-serialize
...
Fix serialization error in rax_clb
11 years ago
Rob Szewczyk
fe95745a20
Correcting the security group id lookup from the list of security group names
11 years ago
Matt Martz
a897bb389c
Remove unused variable
11 years ago
Matt Martz
8f2f8a5b53
DRY up dict conversion and fix serialization error
11 years ago
jctanner
8e8c8efc8f
Merge pull request #4769 from alanfairless/more-password-entropy-revised
...
Revised patch for more password entropy
11 years ago
jctanner
6a5672c997
Merge pull request #4835 from sivel/rax-clb
...
Add module to create Rackspace Cloud Loadblancers. Fixes #4794
11 years ago
Matt Martz
2065253c3e
Rename rax_clb to rax_clb_nodes in docs and examples
11 years ago
jctanner
e36781dace
Merge pull request #4603 from claco/rax_network_module
...
Add rax_network module
11 years ago
Matt Martz
9d684c9e8e
If you try to delete a balancer that isn't there, don't blow up
11 years ago
Matt Martz
772fbb8d0a
Updates to rax_clb module
11 years ago
Christopher H. Laco
0be54b5585
Added replacement rax_clb that does LB detailed creation
11 years ago
Christopher H. Laco
6a964496b1
Renamed rax_clb to rax_clb_nodes since it's node management and not clb creation
11 years ago
jctanner
277dda5373
Merge pull request #4489 from cove/devel
...
add docker module
11 years ago
jctanner
31b5b66eb1
Merge pull request #4776 from jlaska/ec2_wait_on_terminate
...
Honor wait on ec2 instance termination
11 years ago
Christopher H. Laco
f214b9870a
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
88083891bb
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
15a9f7700f
Merge pull request #4760 from urbanmapping/devel
...
make cloudformation module accept template_parameters from command line
11 years ago
Carson Gee
971976ae99
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
e54832a730
Remove duplicate "download_s3file" execution when the destination path doesn't exist
11 years ago
Cove Schneider
1ea17dee11
Fixes from docker-ansible, update license to be same as other modules
11 years ago
Mohan Krishnan
56bd9a14d5
Fix for connect method parameter order
11 years ago
Mohan Krishnan
0ae9128c7b
ec2_eip connect method references module var that is not passed in
11 years ago
James Laska
2a5874b94f
Honor wait on ec2 instance termination
11 years ago
Michael DeHaan
e725eea4be
Merge pull request #4770 from dragon3/devel
...
ec2_vol: return volume_id/device even when volume mapping already exists
11 years ago
James Tanner
afa5988391
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
11 years ago
dragon3
19b5008c0a
return volume_id/device even when volume mapping already exists
11 years ago
Alan Fairless
0824f004d9
Revised patch for more password entropy
11 years ago
Brian Cavagnolo
869f32123b
make cloudformation module accept template_parameters from command line
...
Passing cloudformation template_parameters on the command line
like so was failing:
ansible localhost -m cloudformation -a "...template_parameters=foo=5,bar=4..."
11 years ago
Michael DeHaan
187ebf2f56
Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary types which could be key=value or dicts or JSON or references.
11 years ago
Michael DeHaan
aae3a0ea8d
Merge pull request #4740 from retr0h/return-server-object-not-list
...
Need to compare on server object not list
11 years ago
Sheldon Hearn
6a02c75b7c
Fix description of nova_compute:name option
...
It's the name of the instance, not of an image.
11 years ago
John Dewey
f1fa16b65f
Need to compare on server object not list
...
TASK: [create test controller 0] **********************************************
failed: [127.0.0.1] => {"failed": true, "parsed": false}
invalid output was: Traceback (most recent call last):
File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 1203, in <module>
main()
File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 261, in main
_get_server_state(module, nova)
File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 197, in _get_server_state
if server.status != 'ACTIVE':
AttributeError: 'list' object has no attribute 'status'
11 years ago
kiri
c1c32c75ac
add NoneType check.
11 years ago
Michael DeHaan
2b785ec7e5
Merge pull request #4610 from bennojoy/gcs_fix3
...
fix for overwrite in put operation
11 years ago
Christian Berendt
42d877146c
fixed permissions of module library/cloud/ovirt
11 years ago
James Tanner
8157d5e52a
Set version_added for ec2_eip's in_vpc parameter
11 years ago
jctanner
0b4f84d780
Merge pull request #4593 from pas256/eip-vpc
...
Add VPC support for EIP module
11 years ago
James Tanner
b803aac6ec
Fixes #4500 change ec2 module params to type=bool
...
Revert 4833c2fdf0
11 years ago
Cove Schneider
94574f7296
update with current fixes from docker-ansible
11 years ago