You may want to look into raising the MaxStartups sshd config on the bastion.
Maybe also look into increasing `timeout` in Ansible.cfg On Saturday, June 18, 2016, Johannes Kastl <[email protected]> wrote: > Dear all, > > I have some hosts that I can only reach via a jumphost. So, my > .ssh/config contains: > > Host foobar > ... > ProxyCommand ssh -W %h:%p whatever > ... > > I have a strange, intermittent issue, that I can connect to one of > these hosts via ansible and run a playbook. Running it on more than > one host fails out, sometimes "unreachable", sometimes module errors. > Re-running the playbook on the failing host only works. > > Any hints, how to solve this? Or how to look for the error? I thought > about checking ssh multiplexing, pipelining and similiar stuff, but > without an idea where to look I'm kind of in the dark here... > > Any help would be highly appreciated! > > Johannes > > -- > 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] <javascript:;>. > To post to this group, send email to [email protected] > <javascript:;>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/576564B4.8070909%40ojkastl.de > . > For more options, visit https://groups.google.com/d/optout. > -- Matt Martz @sivel sivel.net -- 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/CAD8N0v-NGiHtd5-BMzA%3DqBn%2B%3DRukNazfL7D92iWFwWR7-JxJ9A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
