Lester Wade
44bdff8ead
Add region parameter and changed connection code.
2013-04-22 16:23:30 -07:00
Michael DeHaan
1d9b847267
Merge pull request #2608 from lwade/ec2zone
...
Add availability zone parameter
2013-04-16 17:20:55 -07:00
Michael DeHaan
c94ce66de7
Style fixes so "make pep8" is clean.
2013-04-10 16:37:49 -04:00
lwade
e2db86255a
Add availability zone parameter
2013-04-08 10:42:34 +01:00
Michael DeHaan
18e86ea1ff
Fixup ec2 doc formatting and use complex args format to break up long lines.
2013-04-05 15:30:36 -04:00
Michael DeHaan
88ed010984
Merge pull request #2550 from joelsemar/devel
...
adds private_ip param to ec2 module
2013-04-05 12:12:06 -07:00
lwade
0d059d8b51
Updated and improved the documentation (examples)
2013-04-02 11:44:59 +01:00
Joel Semar
c422686404
adds private_ip param to ec2 module
2013-04-02 00:31:31 -05:00
Michael DeHaan
400560a40b
Merge pull request #2437 from hspencer77/additional-ec2-instance-attribute-support
...
Added additional filter options for instances for EC2 and Eucalyptus
2013-03-24 14:31:50 -07:00
lwade
e2c138f2ba
Changed python interpreter to be consistent in these modules as compared to all others.
2013-03-19 16:07:36 +00:00
Harold Spencer Jr
5453f9653a
Added additional filter options for instances for EC2 and Eucalyptus
2013-03-17 15:51:41 -05:00
Rob Parrott
a4810779ee
modified ec2 module to use EC2 idempotency via client-token attribute.
2013-03-15 22:55:01 -04:00
Dag Wieers
d4bb57d42d
Fix the documentation booleans so they use "yes" and "no"
...
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
2013-03-12 13:25:59 +01:00
milan
79f9d9b2a2
fixed case and punctuation
2013-03-08 10:12:15 +01:00
milan
b5a2882b5e
fix documentation
2013-03-08 10:12:15 +01:00
milan
ae3fb0adf5
waiting enhancements
2013-03-08 10:12:15 +01:00
milan
757f8c087e
avoid the instance start--state-fetch race
2013-03-08 10:12:15 +01:00
Michael DeHaan
6a7d30d2c2
Remove some tab/space issues in previous commits.
2013-02-26 20:30:33 -05:00
Seth Vidal
6fd80d2f7e
make sure ec2_secret_key is set to no_log=True
2013-02-25 16:34:06 -05:00
lwade
55ac38f2f6
missed a spot.
2013-02-23 17:46:35 +00:00
lwade
b831e803ac
Adding VPC subnet ID support
2013-02-23 17:45:47 +00:00
lwade
e63aaa77f2
Add support for security group id parameter, remove default for group name (since AWS already sets a default). ISSUE #2029
2013-02-20 09:31:22 +00:00
Michael DeHaan
65b826a8a8
'make pep8' is now clean
2013-02-17 19:48:02 -05:00
Michael DeHaan
c6e8b3a8e6
Had to remove the instance_tags example because our doc generator was choking on it, feel free to add it back if you can get it to be valid
...
YAML again :)
2013-02-09 14:39:57 -05:00
Tim Gerla
b702701d40
Add more error handling to the ec2 module, remove Python 2.6ism
2013-02-09 09:58:43 -08:00
shlomozippel
5dc18da621
Merge recursive file permission setting on directories
2013-02-09 12:01:45 -05:00
Michael DeHaan
709a5facf8
Merge branch 'devel' of git://github.com/lwade/ansible into devel
2013-02-09 11:47:45 -05:00
Steve Frank
56f0354026
Squashed commit of the following:
...
Changed ami_tags to instance_tags to better follow naming convention
Add support for creating tags on the new instances
2013-02-09 11:43:30 -05:00
Lester Wade
7cdc5f3f36
Added capability to enable CloudWatch monitoring when launching.
2013-02-04 18:03:47 +00:00
Lester Wade
18001e0c9c
Update library/ec2
...
updated indentation and redundant comment.
2013-01-26 12:20:46 -05:00
Lester Wade
c339dd146e
Update library/ec2
...
bumping up min_count value.
2013-01-26 12:20:46 -05:00
Lester Wade
db4be52358
Update library/ec2
...
I've uncommented and added a very little supporting stuff based on skvidal's work to allow us to launch more than one instance.
2013-01-26 12:20:46 -05:00
Tim Gerla
e648872607
Fail gracefully if boto is not available and add me to the author line.
2013-01-22 14:29:28 -08:00
Tim Gerla
2957b80bcf
use connect_ec2_endpoint instead of connect_euca, and properly pass keys to connect_ec2
2013-01-22 14:10:21 -08:00
Tim Gerla
c83f72c8d6
library/ec2:
...
- use boto instead of euca2ools
- improve error handling/propagation for run failures
- rename keypair to key_name (and preserve alias for old playbooks)
- should be 100% backward compatible with the euca2ools version
2013-01-22 12:09:31 -08:00
Jure Triglav
b549ea68ee
Fix indentation
2013-01-10 16:21:18 +01:00
Jure Triglav
c2306e441f
EC2 module should report back the public_dns_name too.
2013-01-10 16:14:47 +01:00
Jan-Piet Mens
d184f72aa9
DOCUMENTATION strings
2012-11-21 18:49:30 +01:00
Michael DeHaan
6f6559670f
chmod -x for all module files in source checkout
2012-11-19 13:47:40 -05:00
Jan-Piet Mens
3d5497636a
Support for user_data in ec2 module
...
fix
2012-11-17 16:12:46 +01:00
Fabian Arrotin
4247dac74e
Added a requirement on euca2ools external package and ec2 url example
2012-11-16 20:47:39 +01:00
Jan-Piet Mens
6378ff6c31
Move get_docstring from module_formatter into ansible/utils
2012-11-09 17:15:41 +01:00
Seth Vidal
cb81224197
add ec2 module
2012-11-09 00:15:12 -05:00