summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent/tasks/config.yml
blob: c4afc27b923be46952fb508da7031ceaaf2a8a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- name: Limite down permanent
  command: transmission-remote --downlimit '{{ downspeed }}'

- name: Limite up permanent
  command: transmission-remote --uplimit '{{ upspeed }}'

- name: Limite down alternative
  command: transmission-remote --alt-speed-downlimit '{{ altdownspeed }}'

- name: Limite up alternative
  command: transmission-remote --alt-speed-uplimit '{{ altupspeed }}'

- name: Début limites alternatives
  command: transmission-remote --alt-speed-time-begin 0533

- name: Fin limites alternatives
  command: transmission-remote --alt-speed-time-end 0033

- name: Activation limites alternatives
  command: transmission-remote --alt-speed-scheduler

- name: Connexions P2P chiffrement requis
  command: transmission-remote --encryption-required

- name: Activation LPD
  command: transmission-remote -y

- name: Nombre maximum de pairs
  command: transmission-remote --peers 1024

- name: Désactivation UPnP
  command: transmission-remote --no-portmap