Updating docs, added extensive info on playbook async + external vars_files for keeping variables outside of

the playbook file.
This commit is contained in:
Michael DeHaan 2012-03-12 23:12:21 -04:00
commit 37adadcc50
9 changed files with 447 additions and 160 deletions

View file

@ -173,7 +173,7 @@ example is for configuration management where you
are starting from a clean OS with no extra software installed, adopting systems
that are already deployed.
Ansible is also great for running ad-hoc tasks across a wide variety of Linux, Unix, and *BSDs.
Ansible is also great for running ad-hoc tasks across a wide variety of Linux, Unix, and BSDs.
Because it just uses the basic tools available on the system, it is exceptionally cross platform
without needing to install management packages on each node.