Yeah, my ~50 minute playbook is down to about 46 minutes now. Not sure why I'm not seeing the difference that others are. I do see the ControlPersist files being created in ~ansible/cp. It's running about 80 plays on each of about 20 hosts. I guess the SSH part of Ansible wasn't adding that much overhead to begin with.
On Thursday, November 13, 2014 1:23:17 PM UTC-8, Jacob Weber wrote: > > Got it on CentOS too, and turned pipelining on. Can't say that I'm seeing > much of a performance difference, but I'm not getting the errors either. > I'll do some testing on a longer playbook later. > > > > On Thursday, November 13, 2014 11:58:13 AM UTC-8, [email protected] wrote: >> >> >> I checked the Oracle repository and found openssh-5.3p1-104.el6_6.1. >> I installed that and tested. Nice!!! It looks like that patch fixed it. >> -Mark >> >> >> >> On Thursday, November 13, 2014 5:41:11 AM UTC-8, Dag Wieers wrote: >>> >>> On Tue, 11 Nov 2014, Azul Inho wrote: >>> >>> > just a heads up, >>> > >>> > I run RH6.5, not able to upgrade at the moment to 6.6 (and it looks >>> like it >>> > wouldn't help either), I have worked around the ControlPersist issue >>> by >>> > installing a openssh6 client on my control host box (/opt/openssh6), >>> > I then have a wrapper script that calls ansible-playbook and sets the >>> PATH >>> > to collect ssh and friends from /opt/openssh6/bin before /usr/bin. >>> > >>> > because it only uses the openssh client (no daemons running), there's >>> no >>> > conflict with the normal redhat packages. >>> > Its so much faster >>> >>> Let me break you the news that Red Hat has released an openssh update >>> that >>> fixes the reported issue with ControlPersist. >>> >>> * Thu Nov 06 2014 Petr Lautrbach <[email protected]> 5.3p1-104.1 >>> - Fix ControlPersist option with ProxyCommand (#1160487) >>> >>> And it works well. Joy ! >>> >>> -- >>> Dag >>> >> -- 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/20b22709-26aa-4e94-ae54-88270e96365a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
