You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
13 years ago
..
cloudformation Styling: misc pep8 13 years ago
digital_ocean update_attr should wait for the full wait timeout before checking for a missing IP addres 13 years ago
ec2 Merge pull request #3550 from lwade/ec2role 13 years ago
ec2_ami Fix YAML doc errors. 13 years ago
ec2_elb Added optional region parameter. Fail if you specify an ELB that doesn't exist. 13 years ago
ec2_facts Allow check mode when gathering ec2 facts 13 years ago
ec2_vol Legacy variable usage removed. 13 years ago
glance_image Spelling fixes 13 years ago
keystone_user Keystone_user module: fix authentication needs tenant_name too 13 years ago
linode Styling: semicolon 13 years ago
nova_compute DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 13 years ago
nova_keypair DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 13 years ago
quantum_floating_ip DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 13 years ago
quantum_floating_ip_associate Docs: consistently format playbook EXAMPLES 13 years ago
quantum_network Merge pull request #3510 from echohead/quantum-typo 13 years ago
quantum_router Docs: consistently format playbook EXAMPLES 13 years ago
quantum_router_gateway DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 13 years ago
quantum_router_interface Fixed a few small typos 13 years ago
quantum_subnet Spelling fixes 13 years ago
rax 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
rds Styling: indentation 13 years ago
route53 Remove end of line semicolons. 13 years ago
s3 Rewritten s3 module to allow for additional modes of operation. 13 years ago
virt Docs: consistently format playbook EXAMPLES 13 years ago