
Speedup Ansible
December 1, 2016
The single most frequent complain I hear about Ansible is about it’s slowness. This is very common, but even more common among people that used to use Puppet. There are many reasons why Ansible is slower than Puppet. The three main reasons are: Linear execution: Ansible will execute each operation in order and will not run many steps at the same time as Puppet does. SSH Connection: all Ansible commands will be issued from the control system to the controlled system via SSH.
Read More