From f32f5d5ac523d9d470c927a5fc2b8b7f94f1b7a1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 27 Feb 2012 21:26:23 -0500 Subject: [PATCH] Fix markdown bullets --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index db136a46057..33b8fa1da56 100644 --- a/README.md +++ b/README.md @@ -24,28 +24,28 @@ and the source will be blindingly obvious. Design Principles ================= - * Dead simple setup - * Super fast & parallel by default - * No server or client daemons; use existing SSHd - * No additional software required on client boxes - * Modules can be written in ANY language - * Awesome API for creating very powerful distributed scripts - * Be usable as non-root - * Create the easiest config management system to use, ever. + * Dead simple setup + * Super fast & parallel by default + * No server or client daemons; use existing SSHd + * No additional software required on client boxes + * Modules can be written in ANY language + * Awesome API for creating very powerful distributed scripts + * Be usable as non-root + * Create the easiest config management system to use, ever. Requirements ============ For the server the tool is running from, *only*: - * paramiko - * python 2.6 (or the 2.4/2.5 backport of the multiprocessing module) - * PyYAML (only if using playbooks) + * paramiko + * python 2.6 (or the 2.4/2.5 backport of the multiprocessing module) + * PyYAML (only if using playbooks) Optional -- If you want to push templates, the nodes need a template library, which for bonus points you can install with ansible! Easy enough. - * python-jinja2 + * python-jinja2 Inventory file ==============