fatal: [host1]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue", "unreachable": true}
fatal: [host10]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue", "unreachable": true}
ansible-playbook test.yml -i hosts
PLAY ***************************************************************************
TASK [setup] *******************************************************************
fatal: [host3]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host2]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host1]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host4]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host5]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host6]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host7]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue", "unreachable": true}
fatal: [host10]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host8]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
fatal: [host9]: UNREACHABLE! => {"changed": false, "msg": "ERROR! SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to
help diagnose the issue", "unreachable": true}
PLAY RECAP *********************************************************************
host1 : ok=0 changed=0 unreachable=1 failed=0
host10 : ok=0 changed=0 unreachable=1 failed=0
host2 : ok=0 changed=0 unreachable=1 failed=0
host3 : ok=0 changed=0 unreachable=1 failed=0
host4 : ok=0 changed=0 unreachable=1 failed=0
host5 : ok=0 changed=0 unreachable=1 failed=0
host6 : ok=0 changed=0 unreachable=1 failed=0
host7 : ok=0 changed=0 unreachable=1 failed=0
host8 : ok=0 changed=0 unreachable=1 failed=0
host9 : ok=0 changed=0 unreachable=1 failed=0