Skip to content

Instantly share code, notes, and snippets.

@kenahoo
Created February 9, 2017 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenahoo/a5cc86c3c31c0a7590117bd0c45c51e9 to your computer and use it in GitHub Desktop.
Save kenahoo/a5cc86c3c31c0a7590117bd0c45c51e9 to your computer and use it in GitHub Desktop.
Ansible S3 attempt
My task:
- name: Download standard stuff
s3:
bucket: my-bucket
object: /bootstrap/foo.tgz
dest: /tmp/foo.tgz
mode: get
My output:
fatal: [ip-1-3-1-7.ec2.internal]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to connect to S3: BotoClientError: When using SigV4, you must specify a 'host' parameter."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment