Hello, everybody!
I use ansible for everyday production servers maintenance.
During run, ansible makes a lot of ssh connections to every server, every connection is logged and according to internal policy I have to write a note to the security journal about every ssh connection.
So, is there any way to minimize number of ssh connections? Say, lets ansible connect to ssh, do all recipes and disconnect instead of doing separate connections for every recipe?
I try to use accelerate=True mode, but it is buggy. Regularly i got “Failed to connect to xx.xx.xx.xx:5099” during ansible run, and i need to manully kill ansible-accelerate daemon to recover node.
Any ideas?