Fix markdown bullets

pull/3/head
Michael DeHaan 13 years ago
parent 757574ee03
commit f32f5d5ac5

@ -24,28 +24,28 @@ and the source will be blindingly obvious.
Design Principles Design Principles
================= =================
* Dead simple setup * Dead simple setup
* Super fast & parallel by default * Super fast & parallel by default
* No server or client daemons; use existing SSHd * No server or client daemons; use existing SSHd
* No additional software required on client boxes * No additional software required on client boxes
* Modules can be written in ANY language * Modules can be written in ANY language
* Awesome API for creating very powerful distributed scripts * Awesome API for creating very powerful distributed scripts
* Be usable as non-root * Be usable as non-root
* Create the easiest config management system to use, ever. * Create the easiest config management system to use, ever.
Requirements Requirements
============ ============
For the server the tool is running from, *only*: For the server the tool is running from, *only*:
* paramiko * paramiko
* python 2.6 (or the 2.4/2.5 backport of the multiprocessing module) * python 2.6 (or the 2.4/2.5 backport of the multiprocessing module)
* PyYAML (only if using playbooks) * PyYAML (only if using playbooks)
Optional -- If you want to push templates, the nodes need a template library, Optional -- If you want to push templates, the nodes need a template library,
which for bonus points you can install with ansible! Easy enough. which for bonus points you can install with ansible! Easy enough.
* python-jinja2 * python-jinja2
Inventory file Inventory file
============== ==============

Loading…
Cancel
Save