ansible/lib/ansible
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
..
cli better fix for ansible-pull inventory handling 2016-02-02 14:22:15 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Merge pull request #14280 from bcoca/always_tag_setup 2016-02-05 10:33:34 -05:00
galaxy Prevent traceback. 2016-01-13 20:50:19 -08:00
inventory better error when host inventory script isnt dict 2016-01-25 16:32:09 -05:00
module_utils Add support for AWS_SESSION_TOKEN environment variable. 2016-02-08 00:25:13 +13:00
modules Update submodule refs 2016-02-04 11:10:50 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing load now does not modify the incomming data 2016-01-28 19:43:17 -05:00
playbook Fix the way we re-add variables from PlayContext to the variable dict 2016-02-04 17:17:33 -05:00
plugins Handle run_once scenarios in the free strategy 2016-02-05 11:19:50 -05:00
template Merge pull request #14293 from dagwieers/fix-eval-json-booleans 2016-02-04 11:33:30 -05:00
utils avoid logging color codes 2016-02-03 10:55:30 -05:00
vars move hostvars.vars to vars 2015-12-22 00:24:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Re-implementing the retry file feature for 2.0 2016-01-26 14:11:28 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00