summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-02-24 04:35:51 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-02-24 04:35:51 -0500
commit440bac4a95db0f14b8bd2d378d9c7d8921429eb8 (patch)
treefd76aac67a83cfd0af48f66884402051eac6a93d /README.md
parent5d6b0280d5e6d1ecd0dd14b0af2a3c5b40533eb6 (diff)
downloadansible-440bac4a95db0f14b8bd2d378d9c7d8921429eb8.tar.gz
Added remote templating engine using jinja2, see examples/playbook.yml for usage.
Cleanup is due in runner.py
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14dfff0d43..8ad06d1417 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,13 @@ Requirements
For the server the tool is running from, *only*:
* python 2.6 -- or the 2.4/2.5 backport of the multiprocessing module
- * PyYAML (if using playbooks)
+ * PyYAML (install on 'overlord' if using playbooks)
* paramiko
+Optional -- If you want to push templates, the nodes need:
+
+ * python-jinja2
+
Inventory file
==============