Ansible parallelism
Last updated:
ANSIBLE
By default, Ansible runs each task on all hosts affected by a play before starting the next task on any host, using 5 forks.
Batch size( forks )
Batch size can be configured using serial.
serial: 3
references: Controlling playbook execution: strategies and more — Ansible Documentation