sborenst / ansible_aws_deployer

20 stars 20 forks source link

AWS keys should not be in secrets.yaml, AWS docs says it should be in .aws/credentials #36

Closed alberttwong closed 7 years ago

alberttwong commented 7 years ago

See http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html

thoraxe commented 7 years ago

You are conflating use of the env vars for Ansible with use of the AWS CLI, which are two different things.

thoraxe commented 7 years ago

FYI: https://github.com/sborenst/ansible_aws_deployer/blob/master/ansible/files/inventory_templates/hosts.bu-workshop.j2#L124-L125