tweak playbook

This commit is contained in:
YAMASAKI Masahide 2013-10-13 23:35:16 +09:00
parent 0f0e08ebe1
commit a6f526864b
2 changed files with 4 additions and 1 deletions

View File

@ -2,8 +2,8 @@
- name: Deploy - name: Deploy
hosts: hosts:
- seeder
- peer - peer
#- seeder
sudo: yes sudo: yes
#serial: 100 #serial: 100
roles: roles:

View File

@ -1,5 +1,8 @@
--- ---
- include: setup.yml - include: setup.yml
- include: stop_seeder_and_tracker.yml
- include: stop_all.yml
- include: rm_tgz.yml
- include: start_tracker.yml - include: start_tracker.yml
- include: create_torrent.yml - include: create_torrent.yml
- include: deploy.yml - include: deploy.yml