summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent/tasks/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bittorrent/tasks/config.yml')
-rw-r--r--roles/bittorrent/tasks/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/bittorrent/tasks/config.yml b/roles/bittorrent/tasks/config.yml
index 0fd37a7..c4afc27 100644
--- a/roles/bittorrent/tasks/config.yml
+++ b/roles/bittorrent/tasks/config.yml
@@ -1,14 +1,14 @@
- name: Limite down permanent
- command: transmission-remote --downlimit 400
+ command: transmission-remote --downlimit '{{ downspeed }}'
- name: Limite up permanent
- command: transmission-remote --uplimit 40
+ command: transmission-remote --uplimit '{{ upspeed }}'
- name: Limite down alternative
- command: transmission-remote --alt-speed-downlimit 0
+ command: transmission-remote --alt-speed-downlimit '{{ altdownspeed }}'
- name: Limite up alternative
- command: transmission-remote --alt-speed-uplimit 0
+ command: transmission-remote --alt-speed-uplimit '{{ altupspeed }}'
- name: Début limites alternatives
command: transmission-remote --alt-speed-time-begin 0533