Hi all,

I may be doing something completely stupid but I failing to get even a 
basic ping to work.

I have been using ansible for a few weeks and everything has been going 
great. However today everything stopped working.

I am running ansible from OS X 10.10.5 and the host is a raspberry pi 
running raspbian jessie. I can ssh into my raspberry pi fine, both with a 
password and with a private key. I put my pi's IP address in 
/etc/ansible/hosts. The following basic ping command fails:

ansible all -m ping -u pi --ask-pass -vvvv


The output is:

No config file found; using defaults




SSH password: 


Loaded callback minimal of type stdout, v2.0


<192.168.2.3> ESTABLISH CONNECTION FOR USER: pi on PORT 22 TO 192.168.2.3


192.168.2.3 | UNREACHABLE! => {


    "changed": false, 


    "msg": "ERROR! timed out", 


    "unreachable": true


}



My pi is connected to my mac via ethernet with a direct connection. I have 
tried with both paramiko and ssh. I have tried both password and private 
key. The crazy thing is this was working before and I don't think I changed 
anything. 

Any help would be much appreciated. Let me know if there is any more info 
that would be helpful.

Jack

-- 
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/edc26480-5ba1-47fd-ac73-027603cfb8f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to