From 9e8eef84e8dd677744dc9384c80a5434eeb36054 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 11 Nov 2013 13:23:27 -0500 Subject: [PATCH] Revert "Revert "Delete extra word in index.rst"" This reverts commit 85322638909b4f388922d5d2e2dfad7e3ae65e08. --- docsite/rst/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst index e292316ab39..96d7ca69b09 100644 --- a/docsite/rst/index.rst +++ b/docsite/rst/index.rst @@ -1,4 +1,3 @@ - Ansible Documentation ===================== @@ -70,7 +69,7 @@ Playbooks Playbooks are Ansible's configuration, deployment, and orchestration language. They can describe a policy you want your remote systems to enforce, or a set of steps in a general IT process. -If Ansible modules are your the tools in your workshop, playbooks are your design plans. +If Ansible modules are the tools in your workshop, playbooks are your design plans. At a basic level, playbooks can be used to manage configurations of and deployments to remote machines. At a more advanced level, they can sequence multi-tier rollouts involving rolling updates, and can delegate actions to other hosts, interacting with monitoring servers and load balancers along the way.