Commit Graph

19 Commits (a0f91f2aaa995f86def6da9e30c00a6e8187dc3f)

Author SHA1 Message Date
Timur Batyrshin 658c15930e reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852)
12 years ago
willthames 12005a1cd0 Move more responsibility to common EC2 module
13 years ago
James Tanner 35cd043e25 Addresses #5276 update documentation for ec2_ami no_reboot parameter
13 years ago
evan82 01e8390a8f Fix ec2_ami no_reboot setting (currently it will not reboot instances to create the AMI)
13 years ago
Jeffrey Nappi 2b82f7d75f Corrected documentation in ec2_ami module - no_reboot defaults to yes
13 years ago
Justin Ludwig 26374d89a0 Fix AWS credential params for s3 and other modules
13 years ago
Michael DeHaan f7c3975f21 Add version_added to all modules missing version_added information, the docs formatter will now
13 years ago
James Tanner afa5988391 Fixes #4540 Use shared module snippet to evaluate ec2 credentials
13 years ago
Yap Sok Ann a8f95435c3 ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
13 years ago
James Cammarata bb75050912 Merge branch 'rb2' of https://github.com/bpennypacker/ansible into bpennypacker-rb2
13 years ago
Joshua Lund 654b37f212 Fixing typo in EC2 modules
13 years ago
Bruce Pennypacker 0f458210bc Rebase attempt
13 years ago
Michael DeHaan 10f99938b9 Fix YAML doc errors.
13 years ago
Evan Duffield 7932ccef46 added note about AMI security
13 years ago
Evan Duffield e33f5ae56e Merge branch 'devel' of https://github.com/evan82/ansible into devel
13 years ago
Evan Duffield 45bdda24db added region to spec
13 years ago
Evan de211aa8ec Getting timeout errors this morning as AMIs are taking a bit longer to create, so I changed to timeout to 15 minutes
13 years ago
Evan 637a6c562e fixed spelling errors, unused variables and unused import
13 years ago
Evan Duffield c8f8f14e59 Added module for baking EC2 AMIs
13 years ago