ansible/cloud
Bruce Pennypacker 6d6e0d5ab8 Added optional region parameter. Fail if you specify an ELB that doesn't exist.
Boto blindly assumes the us-east-1 region if you don't hardcode a
region in it's config, so you could end up attempting to modify ELB's
in one region from a totally different region.  If a region isn't
specified then default to the region that the module is being run
within rather than the default us-east-1 region since it's a pretty
safe assumption that you intend to work on the ELB's within your
current region.

Also throw an error if a specified ELB instance doesn't exist.  The old
behavior would be to silently succeed with changed=false, so if you had
so much as a typo in the name of your ELB (or were in the wrong region
like my initial testing) you wouldn't get a clear indication that a
problem had occurred.
2013-08-01 16:50:01 -04:00
..
cloudformation Styling: misc pep8 2013-06-30 18:50:40 -04:00
digital_ocean update_attr should wait for the full wait timeout before checking for a missing IP addres 2013-07-11 14:05:26 -04:00
ec2 Merge pull request #3550 from lwade/ec2role 2013-07-20 08:55:45 -07:00
ec2_ami Fix YAML doc errors. 2013-07-21 11:15:06 -04:00
ec2_elb Added optional region parameter. Fail if you specify an ELB that doesn't exist. 2013-08-01 16:50:01 -04:00
ec2_facts Allow check mode when gathering ec2 facts 2013-07-11 19:50:55 -05:00
ec2_vol Legacy variable usage removed. 2013-07-19 09:40:53 -04:00
glance_image Spelling fixes 2013-06-16 22:09:35 -04:00
keystone_user Keystone_user module: fix authentication needs tenant_name too 2013-07-10 07:21:07 +01:00
linode Styling: semicolon 2013-06-30 18:53:22 -04:00
nova_compute DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
nova_keypair DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_floating_ip DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_floating_ip_associate Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
quantum_network Merge pull request #3510 from echohead/quantum-typo 2013-07-12 05:39:12 -07:00
quantum_router Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
quantum_router_gateway DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_router_interface Fixed a few small typos 2013-06-18 12:26:40 -06:00
quantum_subnet Spelling fixes 2013-06-16 22:09:35 -04:00
rax Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable. 2013-07-17 16:37:04 -04:00
rds Styling: indentation 2013-06-30 18:53:55 -04:00
route53 Remove end of line semicolons. 2013-07-21 11:55:38 -04:00
s3 Rewritten s3 module to allow for additional modes of operation. 2013-07-04 15:55:06 +01:00
virt Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00