Bookmark this page

Summary

  • The delegate_to keyword can delegate a task to run on a different host.

  • The forks parameter in the Ansible configuration file specifies the maximum number of parallel connections to managed hosts.

  • The serial keyword configures Ansible to run hosts through a play in multiple batches.

  • The max_fail_percentage keyword configures Ansible to abort the play if more than a certain percentage of hosts in the current batch fail.

  • The run_once keyword specifies that a task runs once for a batch rather than once for each host in the batch.

Revision: do374-2.2-82dc0d7