Replies: 2 comments 6 replies
-
Try setting |
Beta Was this translation helpful? Give feedback.
6 replies
-
Using Google Cloud Shell (which runs Debian 10) I just deployed successfully to GCE and DigitalOcean, so I'm still not sure what's going on here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
keeps getting error when deploying algo on GCE
TASK [wireguard : Save private keys] *************************************************************************************************************************************************************************************************************************************
task path: /home/hendrysalim92/algo/roles/wireguard/tasks/keys.yml:21
fatal: [35.221.116.247]: FAILED! => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"
}
Read vars_file 'config.cfg'
Read vars_file 'config.cfg'
included: /home/hendrysalim92/algo/playbooks/rescue.yml for 35.221.116.247
Read vars_file 'config.cfg'
Read vars_file 'config.cfg'
TASK [debug] *************************************************************************************************************************************************************************************************************************************************************
task path: /home/hendrysalim92/algo/playbooks/rescue.yml:2
ok: [35.221.116.247] => {
"fail_hint": [
"Sorry, but something went wrong!",
"Please check the troubleshooting guide.",
"https://trailofbits.github.io/algo/troubleshooting.html"
]
}
Read vars_file 'config.cfg'
TASK [Fail the installation] *********************************************************************************************************************************************************************************************************************************************
task path: /home/hendrysalim92/algo/playbooks/rescue.yml:5
fatal: [35.221.116.247]: FAILED! => {
"changed": false,
"msg": "Failed as requested from task"
}
PLAY RECAP ***************************************************************************************************************************************************************************************************************************************************************
35.221.116.247 : ok=48 changed=25 unreachable=0 failed=1 skipped=12 rescued=1 ignored=0
localhost : ok=45 changed=4 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0
Beta Was this translation helpful? Give feedback.
All reactions