Commit Graph

31 Commits (4135cffc3f8d81d17201f7f762a2a9bd4f312fd9)

Author SHA1 Message Date
Dag Wieers 50b7964f8e 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.
12 years ago
milan 6259091449 fixed case and punctuation 12 years ago
milan 9932c9ff11 fix documentation 12 years ago
milan d32d899161 waiting enhancements 12 years ago
milan 78d1e2483a avoid the instance start--state-fetch race 12 years ago
Michael DeHaan c485cb3700 Remove some tab/space issues in previous commits. 12 years ago
Seth Vidal b54887b03c make sure ec2_secret_key is set to no_log=True 12 years ago
lwade 0486c7d51a missed a spot. 12 years ago
lwade 30ac2edc33 Adding VPC subnet ID support 12 years ago
lwade 107733b174 Add support for security group id parameter, remove default for group name (since AWS already sets a default). ISSUE #2029 12 years ago
Michael DeHaan 8097fd18a2 'make pep8' is now clean 12 years ago
Michael DeHaan 3c51feb36c 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 :)
12 years ago
Tim Gerla 0f389b311f Add more error handling to the ec2 module, remove Python 2.6ism 12 years ago
shlomozippel e44412101b Merge recursive file permission setting on directories 12 years ago
Michael DeHaan 8db504fba8 Merge branch 'devel' of git://github.com/lwade/ansible into devel 12 years ago
Steve Frank 36027ddbba 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
12 years ago
Lester Wade 093a876a57 Added capability to enable CloudWatch monitoring when launching. 12 years ago
Lester Wade 2da3a54e29 Update library/ec2
updated indentation and redundant comment.
12 years ago
Lester Wade de833b3ae0 Update library/ec2
bumping up min_count value.
12 years ago
Lester Wade b0ecfbb26d 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.
12 years ago
Tim Gerla cafb717b55 Fail gracefully if boto is not available and add me to the author line. 12 years ago
Tim Gerla 139aee58e2 use connect_ec2_endpoint instead of connect_euca, and properly pass keys to connect_ec2 12 years ago
Tim Gerla 456e6f5a55 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
12 years ago
Jure Triglav 3f43ede70c Fix indentation 12 years ago
Jure Triglav 2ee05f0c96 EC2 module should report back the public_dns_name too. 12 years ago
Jan-Piet Mens caf003c813 DOCUMENTATION strings 12 years ago
Michael DeHaan 663a8fef3f chmod -x for all module files in source checkout 12 years ago
Jan-Piet Mens e4606d500c Support for user_data in ec2 module
fix
12 years ago
Fabian Arrotin 269a0779b4 Added a requirement on euca2ools external package and ec2 url example 12 years ago
Jan-Piet Mens e32f4a0564 Move get_docstring from module_formatter into ansible/utils 12 years ago
Seth Vidal 7e0cb4f052 add ec2 module 12 years ago