Hi All I am trying to connect to some freebsd server with custom password prompt. So I need to use paramiko since sshpass hangs on custom password prompt.
With -c paramiko now I get the following error... $ ansible -vvvv -m ping -c paramiko remote <remote> ESTABLISH CONNECTION FOR USER: root on PORT 22 TO remote <remote> REMOTE_MODULE ping <remote> EXEC /bin/sh -c 'mkdir -p /export/home/axisys/.ansible/tmp/ansible-tmp-1441304559.02-141114907172308 && chmod a+rx /export/home/axisys/.ansible/tmp/ansible-tmp-1441304559.02-141114907172308 && echo /export/home/axisys/.ansible/tmp/ansible-tmp-1441304559.02-141114907172308' <remote> PUT /tmp/tmpPcx8Lk TO /export/home/axisys/.ansible/tmp/ansible-tmp-1441304559.02-141114907172308/ping remote | FAILED => failed to open a SFTP connection (Channel closed.) Any suggestion on how to get a workaround. Thanks -- 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/d0e5a35a-5677-4c6c-903c-e6b9f48f1c7f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
