community.general/lib/ansible/module_utils
Will Thames d5c309e20d Pick up default EC2 region from boto.config
This doesn't account for boto configs where e.g. RDS has one
default region and EC2 another - all will default to `ec2_region_name`.

However, this is just handy to allow an easy site wide default
region if existing configuration already relies on it.

Modules can be improved to mention this in the documentation and
turn off required=True where needed. But it works with `ec2`
and `ec2_vol` without change.
2014-02-07 22:30:16 +10:00
..
__init__.py Add package file. 2013-10-26 11:10:54 -04:00
basic.py Adding no_log: capability for tasks 2014-01-31 16:58:46 -06:00
ec2.py Pick up default EC2 region from boto.config 2014-02-07 22:30:16 +10:00
known_hosts.py Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeychecking is off 2014-01-28 11:49:35 -05:00
rax.py Support providing a tenant_name also 2014-01-28 13:58:41 -06:00