From bde354d6bbc0514a0aad8838fce635e787f99ee3 Mon Sep 17 00:00:00 2001 From: YAMASAKI Masahide Date: Tue, 15 Oct 2013 22:24:22 +0900 Subject: [PATCH] Update README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 58fe52d..010dc95 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,6 @@ For the impatient, `sudo pip install ansible` : $ sudo pip install ansible ``` -and add these lines to your group_vars/all: - ```YAML:group_vars/all - # deploy tag - tag: Deploy1 - - # path - seeder_files_path: ~/builds - destination_path: /directorypath/hoge/ - ``` - HOW IT WORKS ------------ @@ -46,10 +36,8 @@ CONFIGURATION AND USAGE You define `tracker`, `seeder` and `peer` server to inventory (./production) file. -All involved servers must have python and pizg installed and the related murder -support files (BitTornado, etc.). To upload the support files to the -tracker, seeder, and peers, run: - +All involved servers must have python installed and the related murder +support files (BitTornado, Murder lib, screen, pigz and etc.). To upload the support files to the tracker, seeder, and peers, run: ```bash: $ ansible-playbook -i prodction setup.yml ```