add start_*.yml

This commit is contained in:
YAMASAKI Masahide 2013-10-14 21:18:50 +09:00
parent a6f526864b
commit 323b1ef8c9
2 changed files with 21 additions and 0 deletions

8
start_seeder.yml Normal file
View File

@ -0,0 +1,8 @@
- name: Start seeding
hosts: seeder
sudo: yes
roles:
- murder/start_seeding

13
stop_tracker.yml Normal file
View File

@ -0,0 +1,13 @@
- name: Stop seeding
hosts: seeder
sudo: yes
roles:
- murder/stop_seeding
- name: Stop tracker
hosts: tracker
sudo: yes
roles:
- admin/stop_tracker