free – Executes tasks on each host independently

From Get docs
< Strategy PluginsAnsible/docs/2.7/plugins/strategy/free


free – Executes tasks on each host independently

New in version 2.0.


Synopsis

  • Task execution is as fast as possible per host in batch as defined by 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.

Status

Authors

  • Ansible Core Team

Hint

If you notice any issues in this documentation you can edit this document to improve it.


© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.7/plugins/strategy/free.html