-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH Error #9
Comments
Hi @marceloandriolli, seems like your Vagrant box is not running. |
Hi @ramonski! |
vagrant up output:
vagrant ssh output:
ansible-playbook -i vagrant_hosts.cfg vagrant.yml output
|
Thanks @marceloandriolli. Can you access the machine via SSH? Please also check this: There must be a
*) This key must match your entry in the
|
Please also note, that this repository has moved from |
I did all step on readme but when ansible playbook i got this message:
PLAY [all] **********************************************************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************************************************
fatal: [bika]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be sent to remote host "192.168.33.10". Make sure this host can be reached over ssh", "unreachable": true}
to retry, use: --limit @/Users/marcelorsa/Projects/bika/bika.ansible/bika.retry
PLAY RECAP **********************************************************************************************************************************************
bika : ok=0 changed=0 unreachable=1 failed=0
The text was updated successfully, but these errors were encountered: