You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I barely know what I'm doing but giving it a shot. I followed the instructions for algo install from TOB, but get stuck...Getting error message below (copy and pasted from DO droplet terminal. Thanks in advance.
TASK [cloud-digitalocean : Set additional facts] ******************************************************************************************************************************************************************
ok: [localhost]
TASK [cloud-digitalocean : Upload the SSH key] ********************************************************************************************************************************************************************
ok: [localhost]
TASK [cloud-digitalocean : Creating a droplet...] *****************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Droplet must be off prior to resizing: https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action"}
TASK [include_tasks] **********************************************************************************************************************************************************************************************
included: /root/algo/playbooks/rescue.yml for localhost
TASK [debug] ******************************************************************************************************************************************************************************************************
ok: [localhost] => {
"fail_hint": [
"Sorry, but something went wrong!",
"Please check the troubleshooting guide.",
"https://trailofbits.github.io/algo/troubleshooting.html"
]
}
TASK [Fail the installation] **************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I barely know what I'm doing but giving it a shot. I followed the instructions for algo install from TOB, but get stuck...Getting error message below (copy and pasted from DO droplet terminal. Thanks in advance.
TASK [cloud-digitalocean : pause] *********************************************************************************************************************************************************************************
ok: [localhost]
TASK [cloud-digitalocean : Set additional facts] ******************************************************************************************************************************************************************
ok: [localhost]
TASK [cloud-digitalocean : Upload the SSH key] ********************************************************************************************************************************************************************
ok: [localhost]
TASK [cloud-digitalocean : Creating a droplet...] *****************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Droplet must be off prior to resizing: https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action"}
TASK [include_tasks] **********************************************************************************************************************************************************************************************
included: /root/algo/playbooks/rescue.yml for localhost
TASK [debug] ******************************************************************************************************************************************************************************************************
ok: [localhost] => {
"fail_hint": [
"Sorry, but something went wrong!",
"Please check the troubleshooting guide.",
"https://trailofbits.github.io/algo/troubleshooting.html"
]
}
TASK [Fail the installation] **************************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed as requested from task"}
PLAY RECAP ********************************************************************************************************************************************************************************************************
localhost : ok=35 changed=1 unreachable=0 failed=1 skipped=0 rescued=1 ignored=0
Beta Was this translation helpful? Give feedback.
All reactions