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
Will Thames 7d0e161662 Work to allow security tokens and profiles to work with Ansible
Allow security tokens and profiles to be used as arguments
to the 'common' ec2 modules

Mostly refactoring to provide two new methods,
`get_aws_connection_info`, which results in a dict that can be
passed through to the boto `connect_to_region` calls, and
`connect_to_aws` that can pass that dict through to the
`connect_to_region` method of the appropriate module.

Tidied up some variable names

Works around boto/boto#2100

profiles don't work with boto < 2.24, but this detects for that
and fails with an appropriate message. It is designed to work
if profile is not passed but boto < 2.24 is installed.

Modifications to allow empty aws auth variables to be passed
(this is useful if wanting to have the keys as an optional
parameter in ec2 calls - if set, use this value, if not set,
use boto config or env variables)

Reworked validate_certs improvements to work with refactoring

Added documentation for profile and security_token to affected modules
11 years ago
cloud Work to allow security tokens and profiles to work with Ansible 11 years ago
commands Add creates= and removes= to the script: action 11 years ago
database Emphasize target is on remote host. List supported file types. 11 years ago
files Simplify file module parameter description. 11 years ago
internal ansible -> ansibleworks 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Typo in rabbitmq_plugin docs 11 years ago
monitoring Merge pull request #5039 from bpennypacker/airbrake 11 years ago
net_infrastructure All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 11 years ago
network Fixing the unicode issue in uri for EL6 platforms 11 years ago
notification ansible -> ansibleworks 11 years ago
packaging Update cpanm module to newer module patterns 11 years ago
source_control Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly. 11 years ago
system Merge pull request #5872 from tomdymond/add-ignoreerror-to-sysctl 11 years ago
utilities Fix up examples in the assert docs to match the way things work. 11 years ago
web_infrastructure Add comment about mod_admin_extra 11 years ago