Ansible

What is a "strategy" in Ansible? What is the default strategy?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A strategy in Ansible describes how Ansible will execute the different tasks on the hosts. By default Ansible is using the "Linear strategy" which defines that each task will run on all hosts before proceeding to the next task.