Did a checkout into /tank/ws/ansible

savant@vishnu:/tank/ws$ git clone https://github.com/ansible/ansible
Cloning into 'ansible'...
remote: Counting objects: 80053, done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 80053 (delta 29), reused 0 (delta 0), pack-reused 79975
Receiving objects: 100% (80053/80053), 24.66 MiB | 882.00 KiB/s, done.
Resolving deltas: 100% (50374/50374), done.
Checking connectivity... done.

But calling ansible from that directory yields the same results:

 /tank/ws/ansible/bin/ansible testserver  -m ping -v -v -v -v
<10.0.0.223> ESTABLISH CONNECTION FOR USER: vagrant
<10.0.0.223> REMOTE_MODULE ping
<10.0.0.223> EXEC ssh -C -tt -vvv -o Port=22 -o IdentityFile="private_key" 
-o KbdInteractiveAuthentication=no -o 
PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey 
-o PasswordAuthentication=no -o User=vagrant -o ConnectTimeout=10 
10.0.0.223 /bin/sh -c 'mkdir -p 
/tmp/ansible-tmp-1430250178.79-155881019633771 && chmod a+rx 
/tmp/ansible-tmp-1430250178.79-155881019633771 && echo 
/tmp/ansible-tmp-1430250178.79-155881019633771'
testserver | FAILED => SSH Error: debug1: Calling cleanup 0x8078582(0x0)
    while connecting to 10.0.0.223:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH 
debug output to help diagnose the issue.

On Tuesday, April 28, 2015 at 9:32:25 PM UTC+2, Brian Coca wrote:
>
> can you try using a git checkout instead of the pip install? 
>
>
>
>
> -- 
> Brian Coca 
>

-- 
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/9cfa903a-e7e1-4a9e-89de-72fff03fa206%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to