Created
January 4, 2014 01:12
-
-
Save psykidellic/8250119 to your computer and use it in GitHub Desktop.
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
| - name: Create a volume and attach | |
| ec2_vol: volume_size=10 instance=i-XXXXXXXXX | |
| device_name={{ aws.ebs.device }} region=us-east-1 | |
| >>> | |
| TASK: [ec2-vol | Create a volume and attach] ********************************** | |
| failed: [default] => {"failed": true, "item": ""} | |
| msg: No handler was ready to authenticate. 1 handlers were checked. ['QuerySignatureV2AuthHandler'] Check your credentials | |
| FATAL: all hosts have already failed -- aborting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment