ansible.builtin.free (v2.7.18) — strategy

Executes tasks on each host independently

| "added in version" 2.0 of ansible.builtin"

Authors: Ansible Core Team

Install Ansible via pip

Install with pip install ansible==2.7.18

Description

Task execution is as fast as possible per host in batch as defined by C(serial) (default all). Ansible will not wait for other hosts to finish the current task before queuing the next task for a host that has finished. Once a host is done with the play, it opens it's slot to a new host that was waiting to start.