<
10.0.12.178> ESTABLISH SSH CONNECTION FOR USER: user
<
10.0.12.178> SSH: ansible.cfg set ssh_args: (-C)(-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<
10.0.12.178> SSH: ANSIBLE_HOST_KEY_CHECKING/host_key_checking disabled: (-o)(StrictHostKeyChecking=no)
<
10.0.12.178> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User=user)
<
10.0.12.178> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<
10.0.12.178> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath=/home/bas/.ansible/cp/25e20fb30d)
<
10.0.12.178> SSH: EXEC sshpass -d13 ssh -vvv -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o User=user -o ConnectTimeout=10 -o ControlPath=/home/bas/.ansible/cp/25e20fb30d
10.0.12.178 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"''
fatal: [node4]: UNREACHABLE! => {
"changed": false,
"msg": "SSH Error: data could not be sent to remote host \"
10.0.12.178\". Make sure this host can be reached over ssh",
"unreachable": true
}