forked from Cloudbox/Cloudbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudbox.yml
69 lines (69 loc) · 4.01 KB
/
cloudbox.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
---
- hosts: localhost
vars_files:
- ['accounts.yml', 'defaults/accounts.yml.default']
- ['settings.yml', 'defaults/settings.yml.default']
- ['adv_settings.yml', 'defaults/adv_settings.yml.default']
- ['backup_config.yml', 'defaults/backup_config.yml.default']
roles:
- { role: sanity_check }
- { role: settings, tags: ['always', 'settings'] }
- { role: pre_tasks }
- { role: backup, tags: ['backup'] }
- { role: restore, tags: ['restore'] }
- { role: user, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'user'] }
- { role: shell, tags: ['core', 'cloudbox', 'mediabox', 'feederbox'], 'shell' }
- { role: kernel, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'kernel'] }
- { role: pre_install, tags: ['core', 'cloudbox', 'mediabox', 'feederbox'] }
- { role: system, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'system'] }
- { role: common, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'common'] }
- { role: motd, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'motd'] }
- { role: docker, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'docker'] }
- { role: plexdrive, tags: ['core', 'cloudbox', 'mediabox', 'feederbox'] }
- { role: unionfs, tags: ['core', 'cloudbox', 'mediabox', 'feederbox'] }
- { role: rclone, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'rclone'] }
- { role: scripts, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'scripts'] }
- { role: nginx-proxy, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'nginx-proxy'] }
- { role: plex, tags: ['cloudbox', 'mediabox', 'plex'] }
- { role: plexpy, tags: ['cloudbox', 'mediabox', 'plexpy'] }
- { role: ombi, tags: ['cloudbox', 'mediabox', 'ombi'] }
- { role: plex_autoscan, tags: ['cloudbox', 'mediabox', 'plex_autoscan'] }
- { role: portainer, tags: ['cloudbox', 'feederbox', 'portainer'] }
- { role: organizr, tags: ['cloudbox', 'feederbox', 'organizr'] }
- { role: cloudplow, tags: ['cloudbox', 'feederbox', 'cloudplow'] }
- { role: nzbget, tags: ['cloudbox', 'feederbox', 'nzbget'], when: ['run_nzbs'] }
- { role: rutorrent, tags: ['cloudbox', 'feederbox', 'rutorrent'], when: ['run_torrents'] }
- { role: jackett, tags: ['cloudbox', 'feederbox', 'jackett'], when: ['run_torrents'] }
- { role: nzbhydra2, tags: ['cloudbox', 'feederbox', 'nzbhydra2'], when: ['run_nzbs or run_torrents'] }
- { role: sonarr, tags: ['cloudbox', 'feederbox', 'sonarr'] }
- { role: radarr, tags: ['cloudbox', 'feederbox', 'radarr'] }
- { role: lidarr, tags: ['cloudbox', 'feederbox', 'lidarr'] }
- { role: sickbeard_mp4_automator, tags: ['cloudbox', 'feederbox', 'sickbeard_mp4_automator', 'sma'], when: ['sma_enabled'] }
- { role: feeder-mount, tags: ['feeder-mount'] }
- { role: feeder-dismount, tags: ['feeder-dismount'] }
- { role: plex_auth_token, tags: ['plex_auth_token'] }
- { role: watchtower, tags: ['watchtower'] }
- { role: plexrequests, tags: ['plexrequests'] }
- { role: resilio-sync, tags: ['resilio-sync'] }
- { role: nextcloud, tags: ['nextcloud'] }
- { role: mariadb, tags: ['mariadb'] }
- { role: emby, tags: ['emby'] }
- { role: nzbhydra, tags: ['nzbhydra'] }
- { role: traktarr, tags: ['traktarr'] }
- { role: plex_dupefinder, tags: ['plex_dupefinder'] }
- { role: sonarr4k, tags: ['sonarr4k'] }
- { role: radarr4k, tags: ['radarr4k'] }
- { role: heimdall, tags: ['heimdall'] }
- { role: thelounge, tags: ['thelounge'] }
- { role: netdata, tags: ['netdata'] }
- { role: znc, tags: ['znc'] }
- { role: quassel, tags: ['quassel'] }
- { role: plex_patrol, tags: ['plex_patrol'] }
- { role: telly, tags: ['telly'] }
- { role: nowshowing, tags: ['nowshowing'] }
- { role: bazarr, tags: ['bazarr'] }
- { role: python-plexlibrary, tags: ['python-plexlibrary'] }
- { role: sabnzbd, tags: ['sabnzbd'] }
- { role: nginx, tags: ['nginx'] }
- { role: organizrv1, tags: ['organizrv1'] }
- { role: nzbthrottle, tags: ['nzbthrottle'] }