-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudbox.yml
More file actions
executable file
·43 lines (43 loc) · 2.22 KB
/
cloudbox.yml
File metadata and controls
executable file
·43 lines (43 loc) · 2.22 KB
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
---
- hosts: localhost
become: True
vars_files:
- settings.yml
- "/home/seed/.settings.yml"
roles:
- { role: sanity_check }
- { role: pre_tasks }
- { role: kernel, tags: ['kernel'], when: [ 'ansible_distribution_version == "16.04"' ] }
- { role: settings, tags: ['always', 'update-settings'] }
- { role: pre_install, tags: ['full', 'feeder', 'plex'] }
- { role: system, tags: ['full', 'feeder', 'plex', 'system'] }
- { role: motd, tags: ['full', 'feeder', 'plex', 'motd'] }
- { role: common, tags: ['full', 'feeder', 'plex', 'common'] }
- { role: unionfs, tags: ['full', 'feeder', 'plex', 'unionfs'] }
- { role: docker, tags: ['full', 'feeder', 'plex', 'docker'] }
- { role: nginx-proxy, tags: ['full', 'feeder', 'plex', 'nginx-proxy'] }
- { role: watchtower, tags: ['full', 'feeder', 'plex', 'watchtower'] }
- { role: plexdrive, tags: ['full', 'feeder', 'plex', 'plexdrive'] }
- { role: plex, tags: ['full', 'plex', 'plexserver'] }
- { role: rclone, tags: ['full', 'feeder', 'plex', 'rclone'] }
- { role: unionfs_cleaner, tags: ['full', 'feeder', 'unionfs_cleaner']}
- { role: nzbget, tags: ['full', 'feeder', 'nzbget'] }
- { role: jackett, tags: ['full', 'feeder', 'jackett'] }
- { role: sonarr, tags: ['full', 'feeder', 'sonarr'] }
- { role: radarr, tags: ['full', 'feeder', 'radarr'] }
- { role: tautulli, tags: ['full', 'plex', 'tautulli'] }
- { role: plex_autoscan, tags: ['full', 'plex', 'plex_autoscan'] }
- { role: backup, tags: ['backup'] }
- { role: restore, tags: ['restore'] }
- { role: nethogs, tags: ['full', 'feeder', 'plex', 'common', 'nethogs'] }
- { role: apt-file, tags: ['full', 'common', 'apt-file'] }
- { role: disable_ipv6, tags: ['full', 'common', 'disable_ipv6'] }
- { role: unrarall, tags: ['full', 'common', 'unrarall'] }
- { role: thelounge, tags: ['full','thelounge'] }
- { role: telly, tags: ['full','telly'] }
- { role: gce, tags: ['full','gce'] }
- { role: vpn, tags: ['full','vpn'] }
- { role: plex_dupefinder, tags: ['full','plex_dupefinder'] }
- { role: radarr4k, tags: ['full','radarr4k'] }
- { role: plex_patrol, tags: ['plex_patrol'] }
- { role: netdata, tags: ['netdata'] }