> An experimental extension to Ansible is included that implements host connections over Mitogen, replacing embedded shell invocations with pure-Python equivalents invoked via highly efficient remote procedure calls tunnelled over SSH. No changes are required to the target hosts.<p>This approach looks really promising.
By default Ansible opens a ton of SSH connections (to the same host..) and it also spawns a ton of subshells for a typical run.<p>That is of course really wasteful and inefficient, and this project tries to fix it.<p><a href="https://mitogen.readthedocs.io/en/latest/ansible.html" rel="nofollow">https://mitogen.readthedocs.io/en/latest/ansible.html</a>