Created
February 9, 2017 19:28
-
-
Save kenahoo/a5cc86c3c31c0a7590117bd0c45c51e9 to your computer and use it in GitHub Desktop.
Ansible S3 attempt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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