Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Bringing machine 'node1' up with 'virtualbox' provider...
  2. Bringing machine 'node2' up with 'virtualbox' provider...
  3. Bringing machine 'node3' up with 'virtualbox' provider...
  4. ==> node3: Running provisioner: setup (ansible_local)...
  5. node3: Running ansible-playbook...
  6.  
  7. PLAY [My little playbook] ******************************************************
  8.  
  9. TASK [create_user : Create group] **********************************************
  10. fatal: [192.168.10.11]: FAILED! => {"failed": true, "msg": "ERROR! Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host."}
  11. fatal: [192.168.10.12]: FAILED! => {"failed": true, "msg": "ERROR! Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host."}
  12.  
  13. PLAY RECAP *********************************************************************
  14. 192.168.10.11 : ok=0 changed=0 unreachable=0 failed=1
  15. 192.168.10.12 : ok=0 changed=0 unreachable=0 failed=1
  16.  
  17. Ansible failed to complete successfully. Any error output should be
  18. visible above. Please fix these errors and try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement