Update README.md

This commit is contained in:
YAMASAKI Masahide 2013-10-15 22:24:22 +09:00
parent 2c7655f456
commit bde354d6bb

View File

@ -24,16 +24,6 @@ For the impatient, `sudo pip install ansible` :
$ 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 HOW IT WORKS
------------ ------------
@ -46,10 +36,8 @@ CONFIGURATION AND USAGE
You define `tracker`, `seeder` and `peer` server to inventory (./production) file. You define `tracker`, `seeder` and `peer` server to inventory (./production) file.
All involved servers must have python and pizg installed and the related murder All involved servers must have python installed and the related murder
support files (BitTornado, etc.). To upload the support files to the support files (BitTornado, Murder lib, screen, pigz and etc.). To upload the support files to the tracker, seeder, and peers, run:
tracker, seeder, and peers, run:
```bash: ```bash:
$ ansible-playbook -i prodction setup.yml $ ansible-playbook -i prodction setup.yml
``` ```