I'm having an issue that I cannot google my way out of for some reason.  I 
had Ansible working just fine on all my systems but I hadn't used it in a 
while.  I went back to push some changes recently and now I cannot push 
anything...I can't even 'ansible ping' anything.  I can manually SSH into 
each host with just my ssh keys with no issue, but when I run my playbook I 
get a "unreachable": true error message.  Below is the ouput and I receive 
this output on any ansible playbook I run.   I've also tested this from 
another system with the same result, so it must be a node configuration 
issue or something.  Any direction would be appreciated. 

################
[mijohnst@server1]# ansible all -m ping --ask-pass

server1 | UNREACHABLE! => {
   "changed": false,
   "msg": "Failed to connect to the host via ssh: \nmuxserver_listen 
bind(): Permission denied\r\n",
   "unreachable": true
}
################

-- 
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/7b590fdd-78da-4bd0-85bf-e1c86218c6f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to