Advertisement
Guest User

Untitled

a guest
Jul 20th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.69 KB | None | 0 0
  1. tasks:
  2.   inbound_pipe:
  3.     from_transmission:
  4.       host: 10.1.1.22
  5.       port: 37777
  6.       username: texteditor
  7.       password: p4ssw0rd
  8.       onlycomplete: yes
  9.     accept_all: yes
  10.     transmission:
  11.       host: 10.1.1.22
  12.       port: 36666
  13.       username: texteditor
  14.       password: p4ssw0rd
  15.       addpaused: no
  16.   seeding_pipe:
  17.     from_transmission:
  18.       host: 10.1.1.22
  19.       port: 36666
  20.       username: texteditor
  21.       password: p4ssw0rd
  22.       onlycomplete: yes
  23.     accept_all: yes
  24.     transmission:
  25.       host: 10.1.1.22
  26.       port: 35555
  27.       username: texteditor
  28.       password: p4ssw0rd
  29.       addpaused: no
  30. schedules:
  31.   - tasks: '*'
  32.     interval:
  33.       minutes: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement