$ ansible 'kk-fj0' -m ping -vvv
Using /home/jarod/workspace/ansible/ansible.cfg as config file
<kk-fj0.myhost.com> ESTABLISH SSH CONNECTION FOR USER: root
<kk-fj0.myhost.com> SSH: EXEC ssh -C -q -o ForwardAgent=yes -o 
KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,
gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o 
ConnectTimeout=6 -tt kk-fj0.myhost.com 'mkdir -p "$( echo 
$HOME/.ansible/tmp/ansible-tmp-1453428339.66-115542581766412 )" && echo "$( 
echo $HOME/.ansible/tmp/ansible-tmp-1453428339.66-115542581766412 )"'
<kk-fj0.myhost.com> PUT /tmp/tmpKETvqJ TO /root/.ansible/tmp/ansible-tmp-
1453428339.66-115542581766412/ping
<kk-fj0.myhost.com> SSH: EXEC sftp -b - -C -o ForwardAgent=yes -o 
KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,
gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o 
ConnectTimeout=6 '[kk-fj0.myhost.com]'
kk-fj0 | 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
}

This server can access from ansible 1.9 or ssh command. 
The rest of my servers can access from ansible 2.0, just this one can't.
Anyone know what's the problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/b61b5c1c-ddf1-4b44-80e5-4b36c1ee041c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to