From 2c7655f45673177b221d8d106abbc85dd92caf72 Mon Sep 17 00:00:00 2001 From: YAMASAKI Masahide Date: Tue, 15 Oct 2013 22:14:16 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a169bcf..58fe52d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,13 @@ Large scale server deploys using BitTorrent and the BitTornado library by [Murde DESCRIPTION ----------- -ansible-lssd is a method of using Bittorrent (Powered by [Murder](https://github.com/lg/murder)) to distribute files to a large amount -of servers within a production environment. + +ansible-lssd is a method of using Bittorrent (Powered by [Murder](https://github.com/lg/murder)) to distribute files to a large amount of servers within a production environment. + +ansible-lssd operates as a playbook of [Ansible](https://github.com/ansible/ansible). +These playbooks require Ansible 1.3. + +These playbooks are meant to be a reference and starter's guide to building Ansible Playbooks. These playbooks were tested on CentOS 5.x so we recommend that you use CentOS to test these modules. QUICK START