forked from Cloudbox/Cloudbox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cloudbox.yml
76 lines (76 loc) · 4.87 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
70
71
72
73
74
75
76
---
- 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, tags: ['sanity_check'] }
- { role: settings, tags: ['always', 'settings'] }
- { role: pre_tasks, tags: ['pre_tasks'] }
- { role: backup, tags: ['backup'] }
- { role: restore, tags: ['restore'] }
- { role: kernel, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'preinstall', 'kernel'] }
- { role: user, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'preinstall', 'user'] }
- { role: shell, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'preinstall', 'shell'] }
- { role: rclone, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'preinstall', 'rclone'] }
- { role: system, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'system'] }
- { role: common, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'common'] }
- { role: aliases, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'aliases'] }
- { role: motd, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'motd'] }
- { role: docker, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'docker'] }
- { role: nvidia, tags: ['core', 'cloudbox', 'mediabox', 'nvidia'], when: ['use_nvidia'] }
- { role: remote, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'mounts', 'mounts_override'], when: ['use_remote'] }
- { role: unionfs, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'mounts', 'mounts_override'] }
- { role: scripts, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'scripts'] }
- { role: nginx-proxy, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'nginx-proxy'] }
- { role: cloudflare, tags: ['core', 'cloudbox', 'mediabox', 'feederbox', 'cloudflare'], when: ['cloudflare_enabled'] }
- { 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'], when: ['use_remote'] }
- { role: nzbget, tags: ['cloudbox', 'feederbox', 'nzbget'], when: ['use_nzbs'] }
- { role: rutorrent, tags: ['cloudbox', 'feederbox', 'rutorrent'], when: ['use_torrents'] }
- { role: jackett, tags: ['cloudbox', 'feederbox', 'jackett'], when: ['use_torrents'] }
- { role: nzbhydra2, tags: ['cloudbox', 'feederbox', 'nzbhydra2'], when: ['use_nzbs'] }
- { 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, tags: ['feeder_mount', 'feeder_mount_override', 'feeder_unmount'] }
- { role: plex_auth_token, tags: ['plex_auth_token'] }
- { role: trakttv-plugin, tags: ['trakttv-plugin'] }
- { role: sub-zero-plugin, tags: ['sub-zero-plugin', 'reinstall-sub-zero-plugin'] }
- { role: webtools-plugin, tags: ['webtools-plugin', 'reinstall-webtools-plugin'] }
- { role: subliminal, tags: ['subliminal'] }
- { role: watchtower, tags: ['watchtower'] }
- { 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: 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: 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'] }
- { role: drive_strm, tags: ['drive_strm', 'drive_strm_rebuild'] }
- { role: ddclient, tags: ['ddclient'] }
- { role: airdcpp, tags: ['airdcpp'] }
- { role: hetzner_nfs, tags: ['hetzner_nfs_server', 'hetzner_nfs_server_uninstall', 'hetzner_nfs_client_mount', 'hetzner_nfs_client_unmount'] }
- { role: community, tags: ['community'] }
- { role: trackarr, tags: ['trackarr'] }