Skip to content
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 problem #36

Open
sopaoglu opened this issue Oct 9, 2018 · 0 comments
Open

SSH problem #36

sopaoglu opened this issue Oct 9, 2018 · 0 comments

Comments

@sopaoglu
Copy link

sopaoglu commented Oct 9, 2018

Whern I try to run vagrant up command, it produce following error:

PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i '/home/ugur/Desktop/datalab-master/datalab/.vagrant/machines/mesos-batch3/virtualbox/private_key' -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --connection=ssh --timeout=30 --extra-vars=ansible_ssh_user='vagrant' --limit='all' --inventory-file=vagrant-inventory.ini --extra-vars={"user":"vagrant"} --sudo -vv datalab.yml
Using /home/ugur/Desktop/datalab-master/datalab/ansible.cfg as config file
1 plays in datalab.yml

PLAY [Launch datalab] **********************************************************

TASK [setup] *******************************************************************
fatal: [datalab-mesos-master1]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
fatal: [datalab-mesos-master2]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}
fatal: [datalab-mesos-master3]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}

PLAY RECAP *********************************************************************
datalab-mesos-master1 : ok=0 changed=0 unreachable=1 failed=0
datalab-mesos-master2 : ok=0 changed=0 unreachable=1 failed=0
datalab-mesos-master3 : ok=0 changed=0 unreachable=1 failed=0

Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant