Re: [ansible-project] SSH connection slow after going from 1.6 to 1.8

2014-11-03 Thread Michael DeHaan
Filed here for reference: https://github.com/ansible/ansible/issues/9470 On Mon, Nov 3, 2014 at 9:28 AM, Michael DeHaan wrote: > "Ansible 1.8 now chooses paramiko as the "smart" transport when running > from Mac. If this is your case, you will need to set transport = ssh under > defaults as wel

Re: [ansible-project] SSH connection slow after going from 1.6 to 1.8

2014-11-03 Thread Michael DeHaan
"Ansible 1.8 now chooses paramiko as the "smart" transport when running from Mac. If this is your case, you will need to set transport = ssh under defaults as well." Actually it doesn't. Darwin has a somewhat common error where "askpass" for SSH can occasionally kernel panic the machine (I'm almo

Re: [ansible-project] SSH connection slow after going from 1.6 to 1.8

2014-11-02 Thread Matt Martz
What is your control machine (machine you are running ansible from)? Ansible 1.8 now chooses paramiko as the "smart" transport when running from Mac. If this is your case, you will need to set transport = ssh under defaults as well. You can verify if you are using ssh or paramiko by running with

[ansible-project] SSH connection slow after going from 1.6 to 1.8

2014-11-02 Thread Thomas Fuchs
Hi there! I've these options in my ansible.cfg: [ssh_connection] pipelining=True ssh_args=-o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=7200s On an older version (Ansible 1.6 development, shortly before 1.7 was final), these settings make deploying relatively fast. On Ansible 1.8