From 85277e9e6455c6465b6165aa21cab96140244883 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Tue, 28 Aug 2012 16:04:36 -0400 Subject: [PATCH] You can include playbooks now. --- rst/bestpractices.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rst/bestpractices.rst b/rst/bestpractices.rst index 588f49937fe..d1998d56c60 100644 --- a/rst/bestpractices.rst +++ b/rst/bestpractices.rst @@ -68,14 +68,6 @@ when things change, and these are described in :doc:`playbooks`. Including more than one setup file or more than one handlers file is of course legal. -Having playbooks be able to include other playbooks is coming in a -future release. See `Issue 538 -`_. - -Until then, to manage your entire site, simply execute all of your playbooks together, in the order desired. -You don't have to do this though. It's fine to select sections of your infrastructure to manage at a single time. -You may wish to construct simple shell scripts to wrap calls to ansible-playbook. - Bundling Ansible Modules With Playbooks +++++++++++++++++++++++++++++++++++++++