community.general/lib/ansible/module_utils
Michael Ludvig ab64918cb5 Add support for AWS_SESSION_TOKEN environment variable.
According to http://blogs.aws.amazon.com/security/post/Tx3D6U6WSFGOK2H/A-New-and-Standardized-Way-to-Manage-Credentials-in-the-AWS-SDKs
the "official" environment variables that should be used for
AWS credentials should be:
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN
This patch adds support for the latter (the first two are already
supported).
2016-02-08 00:25:13 +13:00
..
__init__.py Add package file. 2013-10-26 11:10:54 -04:00
a10.py Add imports for stdlib modules that are used. 2015-11-02 12:02:26 -08:00
basic.py really only want to prevent None typep here 2016-02-05 14:33:10 -05:00
cloudstack.py cloudstack: fix case insensitivity 2016-01-10 22:38:18 +01:00
database.py just a few spelling error changes 2015-04-28 09:36:42 -04:00
ec2.py Add support for AWS_SESSION_TOKEN environment variable. 2016-02-08 00:25:13 +13:00
eos.py fixes issue with eos shared module argument precedence 2016-01-27 11:25:47 -05:00
f5.py bigip changes as requested by bcoca and abadger: 2015-12-24 11:49:31 -08:00
facts.py Merge pull request #11113 from sysadmin75/11104_osx_facts_bridge 2016-02-02 00:46:21 -05:00
gce.py fix gce module error reporting 2015-11-12 16:30:46 -08:00
ios.py adds provider argument to ios shared module 2016-01-19 19:00:52 -05:00
iosxr.py add provider to iosxr shared module 2016-01-19 14:51:06 -05:00
junos.py adds provider argument to junos shared module 2016-01-19 14:50:01 -05:00
known_hosts.py Fix a part of python 3 tests (make tests-py3, see https://github.com/ansible/ansible/issues/13553 for more details). 2015-12-15 13:37:35 +01:00
mysql.py Add shared connection code for mysql modules 2015-12-16 13:36:18 -05:00
netcfg.py adds network config file parser to shared modules 2016-01-10 10:47:28 -05:00
nxos.py minor update for nxos 2016-01-31 22:59:49 -05:00
openstack.py Add no-log parameter to common openstack args 2015-09-13 19:48:37 +02:00
openswitch.py adds provider argument to openswitch shared module 2016-01-19 14:50:39 -05:00
powershell.ps1 Explictly set the version of strict mode to use for powershell modules. 2015-10-07 06:24:37 +01:00
rax.py One more stdlib import in module_utils 2015-11-02 12:25:18 -08:00
redhat.py Remove some more unused stdlib deps. 2015-11-03 09:53:18 -08:00
service.py Remove some more unused stdlib deps. 2015-11-03 09:53:18 -08:00
shell.py adds private key file support to shell shared module 2016-01-19 14:26:23 -05:00
splitter.py Insert newlines correctly when splitting literal blocks 2014-10-09 16:45:08 -05:00
urls.py Conditionally create the CustomHTTPSConnection class only if we have the required baseclasses. 2015-12-16 07:47:09 -08:00
vca.py adding password no_log and cleaning up argument spec 2016-01-05 14:52:22 -06:00
vmware.py Undo previous travis/tox fixes and fix underlying issue 2015-07-31 23:01:43 -04:00