|
|
|
|
|
by bovermyer
3895 days ago
|
|
This has been my experience as well. Even using a small subset of a playbook via tags can take a long time, especially if you're doing a run in serial. One of our deployments that only affects six servers takes fifteen minutes. This can be mitigated somewhat by putting Ansible on the target machine, downloading all the necessary files to that machine, and then running Ansible locally... but that seems awfully fragile to me. I am much more interested in Salt's ZeroMQ path these days. It seems to scale better, at least on paper and in my few small tests. |
|