I'm using Ansible's s3 module 
<http://docs.ansible.com/ansible/s3_module.html>, and it needs 
aws_access_key and aws_secret_key to work in my AWS environment, even 
though the page says they're not required. These values are in my 
$HOME/.aws/credentials file

[default]
aws_access_key_id = LAFHALFHLAHFLFAH
aws_secret_access_key = IRUPQORUQPORUQEPORUQPORUQEP


I want to get these values to set the AWS_ACCESS_KEY_ID and 
AWS_SECRET_ACCESS_KEY environment variables. So how do I write an Ansible 
task to...


   1. Read the contents of the $HOME/.aws/credentiials
   2. Get the key/value pairs
   3. Set the corresponding environment variables?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/09b8ed23-5683-4374-891f-27fb59688b34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to