mirror of https://github.com/ansible/ansible.git
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.
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 |
12 years ago | |
|---|---|---|
| .. | ||
| cloud | 12 years ago | |
| commands | 12 years ago | |
| database | 12 years ago | |
| files | 12 years ago | |
| internal | 12 years ago | |
| inventory | 12 years ago | |
| messaging | 12 years ago | |
| monitoring | 12 years ago | |
| net_infrastructure | 12 years ago | |
| network | 12 years ago | |
| notification | 12 years ago | |
| packaging | 12 years ago | |
| source_control | 12 years ago | |
| system | 12 years ago | |
| utilities | 12 years ago | |
| web_infrastructure | 12 years ago | |