ansible/library
Bruce Pennypacker 8171b7ba48 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
..
cloud Added optional region parameter. Fail if you specify an ELB that doesn't exist. 2013-08-01 16:50:01 -04:00
commands Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
database Add version_added information to module parameter. 2013-07-20 12:33:42 -04:00
files Remove reference to 'context' since it's not implemented. 2013-07-21 11:52:22 -04:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Trim legacy variable usage. 2013-07-19 09:44:25 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Trim old style var references. 2013-07-19 09:38:31 -04:00
net_infrastructure 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
network Trim old style var references 2013-07-19 09:37:19 -04:00
notification Legacy variable usage. 2013-07-19 09:45:08 -04:00
packaging Fix prev feature commit, Do not require aptitude to use apt commands in the apt module, only needed when upgrading. 2013-07-22 15:15:55 -04:00
source_control Don't add --version HEAD parameter is already HEAD, some versions of git don't like this. 2013-07-20 11:24:16 -04:00
system Continue on mount errors, don't fail the setup module. 2013-07-22 13:57:35 -04:00
utilities Legacy variable usage removed 2013-07-19 09:40:00 -04:00
web_infrastructure Update htpasswd module for various API incompatibilities 2013-07-20 18:22:58 -04:00