The stock ansible config (which gets layed down in most distributions in /etc/ansible/ansible.cfg) has the following value:
ssh_args = -o ControlMaster=auto -o ControlPersist=60s So I'm guessing perhaps your configuration was altered. On Thu, Feb 20, 2014 at 3:35 PM, Larry Fast <[email protected]> wrote: > Resolved: I found the remote_user config option and moved that parameter > out of ssh_args. > >> >> -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
