ansible all -m ping
Host *
User linuxme
ServerAliveInterval 300
ServerAliveCountMax 2
ansible all -vvvvv -u linuxme-m ping<myhost> ESTABLISH CONNECTION FOR USER: linuxme
<myhost> REMOTE_MODULE ping
<myhost> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/cygwinme/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=linuxme -o ConnectTimeout=10 myhost /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1440670972.57-249291543025148 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1440670972.57-249291543025148 && echo $HOME/.ansible/tmp/ansible-tmp-1440670972.57-249291543025148'
myhost | FAILED => SSH Error: muxserver_listen: link mux listener /home/cygwinme/.ansible/cp/ansible-ssh-myhost.my.do.main-22-linuxme.C6yJdMy7SthQH53z => /home/cygwinme/.ansible/cp/ansible-ssh-myhost.my.do.main-22-linuxme: Operation not permitted
It is sometimes useful to re-run the command using -vvvv, which prints SSH debug output to help diagnose the issue.
If you only use Windows, installing VirtualBox on your PC (or any other hypervisor sw) and creating a Ubuntu control box is probably the way to go...
- Will
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a5f6fbc9-e5a4-45dd-ac26-4d6ae269ec23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
May be wrong at this point, but I don't think Ansible supports being run on Windiws/Cygwin...