-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yml
executable file
·111 lines (111 loc) · 2.45 KB
/
settings.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
user: seed
passwd: "{{user_pass}}"
domain: "{{user_domain}}"
email: "{{user_email}}"
mnt:
local: "/mnt/local"
unionfs: "/mnt/unionfs"
docker_data: "/opt"
fuse_dir: "/mnt/local/.unionfs-fuse"
plexdrive: "/mnt/plexdrive"
role_dir: "{{mnt.docker_data}}/{{role_name}}"
nzbget:
downloads: "{{mnt.unionfs}}/downloads/nzbget"
plex:
tag: public
transcodes: "/dev/shm"
hw_transcode: "True"
user: "{{plex_user}}"
pass: "{{plex_pass}}"
plex_autoscan:
ip: "{{ ansible_docker0.ipv4.address }}"
version: dev
rclone:
version: latest
bwlimit: "15M"
checkers: 10
transfers: 20
chunk_size: 64M
local_dir: "{{mnt.local}}"
remote_dir: "agdrive:"
rm_empty_dirs:
- "{{mnt.local}}/Media/Movies"
- "{{mnt.local}}/Media/Kids Movies"
- "{{mnt.local}}/Media/TV"
- "{{mnt.local}}/Media/Kids TV"
- "{{mnt.local}}/Media/Movies4k"
- "{{mnt.local}}/Media/Kids Movies4k"
excludes:
- "**partial~"
- "**_HIDDEN"
- ".unionfs/**"
- ".unionfs-fuse/**"
- "**downloads**"
- "**IMDB**"
unionfs_cleaner:
branch: master
monitor_dir: "{{mnt.local}}"
max_local_gigabytes: 500
size_check_mins: 3
config_manager: true
git_autoupdater: true
upload_manager: true
lsof_excludes:
- ".partial~"
- "/downloads/"
- "cwd"
- "/mnt/local/"
backup:
dest: "/home/{{user}}/Backups"
rsync_dest: rsync://somehost.com/Backups
rclone_dest: agdrive:/Backups
keep_local_copy: false
use_rsync: false
use_rclone: true
cron_hour: 4
cron_minute: 2
cron_state: present
paths:
- "{{mnt.docker_data}}"
- /var/spool/cron
exclude_paths:
pushover_app_token:
pushover_user_key:
http_auth:
enable: True
sites:
- jackett
- tautulli
- radarr
- radarr4k
- sonarr
- nzbget
- netdata
docker_volumes:
radarr:
- "{{mnt.unionfs}}:{{mnt.unionfs}}"
radarr4k:
- "{{mnt.unionfs}}:{{mnt.unionfs}}"
nzbget:
- "{{mnt.unionfs}}:{{mnt.unionfs}}"
sonarr:
- "{{mnt.unionfs}}:{{mnt.unionfs}}"
plex:
- "{{mnt.unionfs}}:{{mnt.unionfs}}"
- "/tmp:/tmp"
watchtower:
command:
- "--cleanup"
monitor:
- tautulli
- radarr
- radarr4k
- sonarr
- nzbget
- telly
znc_port: 62971
gce_cron: daily
telly:
streams: "6"
listen: "0.0.0.0:6077"