Commit Graph

132 Commits (c19c2c72958eb112bff45d2d222f96d0fe386fe4)

Author SHA1 Message Date
Michael DeHaan 524c7bd791 Remove end of line semicolons.
13 years ago
Michael DeHaan c5cbb1dc62 Fix route53 module docs version/module name
13 years ago
Michael DeHaan 10f99938b9 Fix YAML doc errors.
13 years ago
Michael DeHaan 5fe1f03885 Merge pull request #3413 from evan82/devel
13 years ago
Michael DeHaan 44f55d72b6 Merge pull request #3574 from bpennypacker/route53
13 years ago
Michael DeHaan 5bb0189296 Merge pull request #3440 from lwade/s3mode
13 years ago
Michael DeHaan 18d4b66b26 Merge pull request #3487 from djoreilly/ks-auth-error
13 years ago
Michael DeHaan d4dcf18751 Merge pull request #3502 from bryanlarsen/digital_ocean_no_ip
13 years ago
Michael DeHaan 2c965476ed Merge pull request #3550 from lwade/ec2role
13 years ago
Michael DeHaan d6449711ae Revert "Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1"
13 years ago
Ian O Connell 1264a5b47d Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1
13 years ago
Michael DeHaan 1ff8c78f26 Removing legacy variable usage.
13 years ago
Michael DeHaan 764504b578 Legacy variable usage removed.
13 years ago
Bruce Pennypacker cf3f9380d0 added AAAA example
13 years ago
Bruce Pennypacker e9de70668b fixed doc typos
13 years ago
Bruce Pennypacker a5e9057752 AWS route53 module
13 years ago
Andrew Todd e477d993dd Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.
13 years ago
Lester Wade 9ec103e748 Added IAM role support
13 years ago
Michael DeHaan 27fcfe9cac Merge pull request #3508 from ipauldev/devel
13 years ago
Michael DeHaan 80bbd6a0bf Merge pull request #3510 from echohead/quantum-typo
13 years ago
Tim Miller 84f6192c34 Correct typo of 'quantun' in error message.
13 years ago
ipauldev 5656e9d66e Allow check mode when gathering ec2 facts
13 years ago
Bryan Larsen cea812c3a7 update_attr should wait for the full wait timeout before checking for a missing IP addres
13 years ago
Bryan Larsen 848b38fc7f digital_ocean doc update
13 years ago
Bryan Larsen bdbc963736 digital_ocean: don't run update_attr if wait=no
13 years ago
Darragh O'Reilly 6346798e7e Keystone_user module: fix authentication needs tenant_name too
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
lwade ae992c6b6e Rewritten s3 module to allow for additional modes of operation.
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
Michael DeHaan fafb3c10a5 Merge pull request #3293 from jarv/devel
13 years ago
Michael DeHaan bc7de7bf3f Styling: indentation
13 years ago
Michael DeHaan 0e51a1c0ea Styling: semicolon
13 years ago
Michael DeHaan 0b251d840b Styling: spacing
13 years ago
Michael DeHaan ea2a665981 Styling: misc pep8
13 years ago
Michael DeHaan 82d51e6354 Semicolons must die
13 years ago
Michael DeHaan 29894737cf Merge pull request #3374 from jsmartin/bugfix
13 years ago
Michael DeHaan 213e74a44c Merge pull request #3298 from devo-ps/linode
13 years ago
James Martin 7b825f72df Fixed bug in module_fail. Consistent error handling. Adding comments. Removal of unused variable. Removed unecessary wait_for option. was never been used to begin with. Trim down the stack_outputs. Don't need to include stack name and region since they are already required parameters. Rollback supported in status operations. Using dict when possible.
13 years ago
rstrox e836e5789e Include identity_type required by Pyrax 1.4
13 years ago
Benjamin Schwarze 31bc25063e fix wrong argument_spec in digital_ocean module
13 years ago
John Jarvis a61ec2e6b3 typo
13 years ago
John Jarvis c85b0bb05f using instance_ids and state=absent for removing instances
13 years ago
Vincent Viallet 7b0b9016b5 Improve error messages on missing required variables.
13 years ago
Vincent Viallet c124411c36 Consistent wait_timeout between doc and module
13 years ago
Vincent Viallet 2eaf5ee206 Fix last bugs, complete all tests.
13 years ago
Vincent Viallet 17a55d6adf Update documentation
13 years ago