Bootstrap FreeKB - Ansible - Getting Started with Task Execution (Parallelism)
Ansible - Getting Started with Task Execution (Parallelism)

Updated:   |  Ansible articles

Parallelism is the concept of numerous managed nodes executing the tasks in a playbook simultaneously. For example, let's say you have 5 managed nodes defined in your inventory, server1 through server5. The default behavior is that server1 through server5 will go through the tasks in the playbook in parallel (simultaneously). Each tasks in the playbook will be completed on all of the managed nodes before moving onto the next task in the playbook.



This behavior can be adjusted, using the following controls.




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 5f7755 in the box below so that we can be sure you are a human.