From a6f526864b7e7041216a1d8275ee23f04b218b75 Mon Sep 17 00:00:00 2001 From: YAMASAKI Masahide Date: Sun, 13 Oct 2013 23:35:16 +0900 Subject: [PATCH] tweak playbook --- deploy.yml | 2 +- site.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy.yml b/deploy.yml index 8337354..406c66b 100644 --- a/deploy.yml +++ b/deploy.yml @@ -2,8 +2,8 @@ - name: Deploy hosts: - - seeder - peer + #- seeder sudo: yes #serial: 100 roles: diff --git a/site.yml b/site.yml index cf8a5a5..d7fe910 100644 --- a/site.yml +++ b/site.yml @@ -1,5 +1,8 @@ --- - include: setup.yml +- include: stop_seeder_and_tracker.yml +- include: stop_all.yml +- include: rm_tgz.yml - include: start_tracker.yml - include: create_torrent.yml - include: deploy.yml