From 1770ba7380d92a1ac10826555a3704c5cf01a3fa Mon Sep 17 00:00:00 2001 From: mjfroehlich Date: Sun, 27 Apr 2014 21:07:09 +0200 Subject: [PATCH] Update playbooks_delegation.rst --- docsite/rst/playbooks_delegation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_delegation.rst b/docsite/rst/playbooks_delegation.rst index 0027f4a10af..921d7b080fd 100644 --- a/docsite/rst/playbooks_delegation.rst +++ b/docsite/rst/playbooks_delegation.rst @@ -5,7 +5,7 @@ Delegation, Rolling Updates, and Local Actions Being designed for multi-tier deployments since the beginning, Ansible is great at doing things on one host on behalf of another, or doing local steps with reference to some remote hosts. -This in particular this is very applicable when setting up continuous deployment infrastructure or zero downtime rolling updates, where you might be talking with load balancers or monitoring systems. +This in particular is very applicable when setting up continuous deployment infrastructure or zero downtime rolling updates, where you might be talking with load balancers or monitoring systems. Additional features allow for tuning the orders in which things complete, and assigning a batch window size for how many machines to process at once during a rolling update.