Merge pull request #206 from tbielawa/future

You can include playbooks now.
This commit is contained in:
Michael DeHaan 2012-08-28 17:44:33 -07:00
commit 67fcd7bea1

View file

@ -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
<https://github.com/ansible/ansible/issues/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
+++++++++++++++++++++++++++++++++++++++