ricardozanini / vagrant-alm

An excerpt of an ALM environment built on top of Vagrant, Libvirt and Ansible
Apache License 2.0
45 stars 63 forks source link

No route to host #9

Closed Sprbb closed 5 years ago

Sprbb commented 5 years ago

While running the paybook I encountered underneath error:

fatal: [192.168.56.3]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: connect to host 192.168.56.3 port 22: No route to host", "unreachable": true}

ricardozanini commented 5 years ago

Hi! Thanks for reporting.

SSH issues are hard to troubleshoot. Since it's been a long time when I publish this, Vagrant should be updated and this configuration might be revisited.

Unfortunately, I don't have bandwidth to revisit it right now. If you have the time, could you please take a second look on the Vagrant configuration/ssh plugin? Things might have changed since there.

Thank you!