summaryrefslogtreecommitdiffstats
path: root/roles/bittorrent/tasks/config.yml
blob: 0fd37a74133aac907d90ae4d31733bb913dd2a27 (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 400

- name: Limite up permanent
  command: transmission-remote --uplimit 40

- name: Limite down alternative
  command: transmission-remote --alt-speed-downlimit 0

- name: Limite up alternative
  command: transmission-remote --alt-speed-uplimit 0

- 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