forked from Cloudbox/Cloudbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cloudbox.yml
53 lines (53 loc) · 3.22 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
---
- hosts: localhost
vars_files:
- ['settings.yml', 'settings.yml.default']
roles:
- { role: sanity_check }
- { role: kernel, tags: ['kernel'] }
- { role: settings, tags: ['always', 'update-settings'] }
- { role: pre_install, tags: ['full', 'feeder', 'plex'] }
- { role: system, tags: ['full', 'feeder', 'plex'] }
- { role: motd, tags: ['full', 'feeder', 'plex', 'update-motd'] }
- { role: common, tags: ['full', 'feeder', 'plex'] }
- { role: unionfs, tags: ['full', 'feeder', 'plex'] }
- { role: docker, tags: ['full', 'feeder', 'plex'] }
- { role: plexdrive, tags: ['full', 'feeder', 'plex'] }
- { role: rclone, tags: ['full', 'feeder', 'plex', 'update-rclone'] }
- { role: scripts, tags: ['full', 'feeder', 'plex', 'update-scripts'] }
- { role: nginx-proxy, tags: ['full', 'feeder', 'plex', 'update-nginx-proxy'] }
- { role: portainer, tags: ['full', 'feeder', 'update-portainer'] }
- { role: organizr, tags: ['full', 'feeder', 'update-organizr'] }
- { role: unionfs_cleaner, tags: ['full', 'feeder', 'update-unionfs_cleaner']}
- { role: nzbget, tags: ['full', 'feeder', 'update-nzbget'] }
- { role: rutorrent, tags: ['full', 'feeder', 'update-rutorrent'] }
- { role: jackett, tags: ['full', 'feeder', 'update-jackett'] }
- { role: nzbhydra, tags: ['full', 'feeder', 'update-nzbhydra'] }
- { role: sonarr, tags: ['full', 'feeder', 'update-sonarr'] }
- { role: radarr, tags: ['full', 'feeder', 'update-radarr'] }
- { role: plex, tags: ['full', 'plex', 'update-plex'] }
- { role: plexpy, tags: ['full', 'plex', 'update-plexpy'] }
- { role: plexrequests, tags: ['full', 'plex', 'update-plexrequests'] }
- { role: plex_autoscan, tags: ['full', 'plex', 'update-plex_autoscan'] }
- { role: backup, tags: ['backup'] }
- { role: restore, tags: ['restore'] }
- { role: watchtower, tags: ['install-watchtower', 'update-watchtower'] }
- { role: ombi, tags: ['install-ombi', 'update-ombi'] }
- { role: resilio, tags: ['install-resilio', 'update-resilio'] }
- { role: nextcloud, tags: ['install-nextcloud', 'update-nextcloud'] }
- { role: lidarr, tags: ['install-lidarr', 'update-lidarr'] }
- { role: emby, tags: ['install-emby', 'update-emby'] }
- { role: nzbhydra2, tags: ['install-nzbhydra2', 'update-nzbhydra2'] }
- { role: zsh, tags: ['install-zsh', 'update-zsh'] }
- { role: traktarr, tags: ['install-traktarr', 'update-traktarr'] }
- { role: plex_dupefinder, tags: ['install-plex_dupefinder', 'update-plex_dupefinder'] }
- { role: radarr4k, tags: ['install-radarr4k', 'update-radarr4k'] }
- { role: heimdall, tags: ['install-heimdall', 'update-heimdall'] }
- { role: thelounge, tags: ['install-thelounge', 'update-thelounge'] }
- { role: netdata, tags: ['install-netdata', 'update-netdata'] }
- { role: znc, tags: ['install-znc', 'update-znc'] }
- { role: quassel, tags: ['install-quassel', 'update-quassel'] }
- { role: plex_patrol, tags: ['install-plex_patrol', 'update-plex_patrol'] }
- { role: mylar, tags: ['install-mylar', 'update-mylar'] }
- { role: lazylibrarian, tags: ['install-lazylibrarian', 'update-lazylibrarian'] }
- { role: calibre, tags: ['install-calibre', 'update-calibre'] }