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.
 
 
 
 
 
Go to file
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
cloud Added optional region parameter. Fail if you specify an ELB that doesn't exist. 13 years ago
commands Docs: consistently format playbook EXAMPLES 13 years ago
database Add version_added information to module parameter. 13 years ago
files Remove reference to 'context' since it's not implemented. 13 years ago
internal * Updated all ansible.cc references in the documentation to point 13 years ago
inventory Trim legacy variable usage. 13 years ago
messaging Add missing version_added description in docs. 13 years ago
monitoring Trim old style var references. 13 years ago
net_infrastructure 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
network Trim old style var references 13 years ago
notification Legacy variable usage. 13 years ago
packaging Fix prev feature commit, Do not require aptitude to use apt commands in the apt module, only needed when upgrading. 13 years ago
source_control Don't add --version HEAD parameter is already HEAD, some versions of git don't like this. 13 years ago
system Continue on mount errors, don't fail the setup module. 13 years ago
utilities Legacy variable usage removed 13 years ago
web_infrastructure Update htpasswd module for various API incompatibilities 13 years ago