ansible ssh unreachable

UNREACHABLE! changed : false , msg:SSH error:data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true

Hosts: [test] xxxxxx.local ansible_ssh_user=myname

ansible.cfg [defaults] host_key_checking = False

[ssh_connection] pipelining=true

I am running the playbook from Jenkins using execute shell `

ansible=2.2.0.0

1

Not signed in