Ansible Excercises
Ansible Training Notes
Ansible Review
Ansible Paralellism
Ansible allows much more control over the execution of the playbook by running the tasks in parallel on all hosts. By default, Ansible only fork up to five times, so it will run a particular task on five different machines at once.