I have a question that derives from the comparison Ansible vs. Salt.
As Ansible relies on SSH connection some people say that this has a downside for a scenario like
mass deployment of 1000 servers
Can you confirm that there’s a severe performance impact when Ansible master must establish SSH connection to 1000+ servers at the same time (for mass deployment)?
combined with the aforementioned forks configuration it all depends on your Controll-Hosts capability to handle that many connections at the same time. I dont think that ansible would be the bottleneck here but the saturation of your network.