forked from Cloudbox/Community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.yml
141 lines (141 loc) · 6.41 KB
/
community.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---
- hosts: localhost
vars_files:
- ['settings.yml', 'defaults/settings.yml.default']
- ['~/cloudbox/accounts.yml', '~/cloudbox/defaults/accounts.yml.default']
- ['~/cloudbox/settings.yml', '~/cloudbox/defaults/settings.yml.default']
- ['~/cloudbox/adv_settings.yml', '~/cloudbox/defaults/adv_settings.yml.default']
roles:
# Reqs
- { role: settings, tags: ['always', 'settings'] }
- { role: sanity_check, tags: ['always', 'sanity_check'] }
- { role: pre_tasks, tags: ['pre_tasks'] }
# Apps
- { role: airdcpp, tags: ['airdcpp'] }
- { role: airsonic, tags: ['airsonic'] }
- { role: alltube, tags: ['alltube'] }
- { role: alternatrr, tags: ['alternatrr'] }
- { role: alternatrrx, tags: ['alternatrrx'] }
- { role: amongus, tags: ['amongus'] }
- { role: apprise, tags: ['apprise'] }
- { role: archivebox, tags: ['archivebox'] }
- { role: asshama, tags: ['asshama'] }
- { role: autoscan, tags: ['autoscan'] }
- { role: bazarrx, tags: ['bazarrx'] }
- { role: beets, tags: ['beets'] }
- { role: bitwarden, tags: ['bitwarden'] }
- { role: booksonic, tags: ['booksonic'] }
- { role: bookstack, tags: ['bookstack'] }
- { role: btrfsmaintenance, tags: ['btrfsmaintenance'] }
- { role: calibre, tags: ['calibre'] }
- { role: calibre-web, tags: ['calibre-web'] }
- { role: changedetection, tags: ['changedetection'] }
- { role: coder, tags: ['coder'] }
- { role: comixed, tags: ['comixed'] }
- { role: comicstreamer, tags: ['comicstreamer'] }
- { role: conreq, tags: ['conreq'] }
- { role: dashmachine, tags: ['dashmachine'] }
- { role: deemix, tags: ['deemix'] }
- { role: deemixrr, tags: ['deemixrr'] }
- { role: deezloader-remix, tags: ['deezloader-remix'] }
- { role: couchpotato, tags: ['couchpotato'] }
- { role: deluge, tags: ['deluge'] }
- { role: delugevpn, tags: ['delugevpn'] }
- { role: drive_strm, tags: ['drive_strm', 'drive_strm_rebuild'] }
- { role: easycountdown, tags: [ 'easycountdown'] }
- { role: embystat, tags: ['embystat'] }
- { role: emby2, tags: ['emby2'] }
- { role: epms, tags: ['epms'] }
- { role: filebot, tags: ['filebot'] }
- { role: filebrowser, tags: ['filebrowser'] }
- { role: filezilla, tags: ['filezilla'] }
- { role: firefly, tags: ['firefly'] }
- { role: flaresolverr, tags: ['flaresolverr'] }
- { role: funkwhale, tags: ['funkwhale'] }
- { role: gazee, tags: ['gazee'] }
- { role: gitea, tags: ['gitea'] }
- { role: glances, tags: ['glances'] }
- { role: goplaxt, tags: ['goplaxt'] }
- { role: gotify, tags: ['gotify'] }
- { role: grafana, tags: ['grafana'] }
- { role: guacamole, tags: ['guacamole'] }
- { role: handbrake, tags: ['handbrake'] }
- { role: healthchecks, tags: ['healthchecks'] }
- { role: heimdall, tags: ['heimdall'] }
- { role: hetzner_nfs, tags: ['hetzner_nfs_server', 'hetzner_nfs_server_uninstall', 'hetzner_nfs_client_mount', 'hetzner_nfs_client_unmount'] }
- { role: influxdb, tags: ['influxdb'] }
- { role: invoiceninja, tags: ['invoiceninja'] }
- { role: jellyfin, tags: ['jellyfin'] }
- { role: jirafeau, tags: ['jirafeau'] }
- { role: kcptun-client, tags: ['kcptun-client'] }
- { role: kcptun-server, tags: ['kcptun-server'] }
- { role: kitana, tags: ['kitana'] }
- { role: komga, tags: ['komga'] }
- { role: lazylibrarian, tags: ['lazylibrarian'] }
- { role: lidarrx, tags: ['lidarrx'] }
- { role: logarr, tags: ['logarr'] }
- { role: mediabutler, tags: ['mediabutler'] }
- { role: medusa, tags: ['medusa'] }
- { role: minecraft, tags: ['minecraft'] }
- { role: mkvtoolnix, tags: ['mkvtoolnix'] }
- { role: monitorr, tags: ['monitorr'] }
- { role: moviematch, tags: ['moviematch'] }
- { role: mylar, tags: ['mylar'] }
- { role: mylar3, tags: ['mylar3'] }
- { role: navidrome, tags: ['navidrome'] }
- { role: nextcloud, tags: ['nextcloud'] }
- { role: nowshowing, tags: ['nowshowing'] }
- { role: nzbhydra, tags: ['nzbhydra'] }
- { role: ombix, tags: ['ombix'] }
- { role: ouroboros, tags: ['ouroboros'] }
- { role: overseerr, tags: ['overseerr'] }
- { role: overseerrx, tags: ['overseerrx'] }
- { role: jdownloader2, tags: ['jdownloader2'] }
- { role: paperless-ng, tags: ['paperless-ng'] }
- { role: petio, tags: ['petio'] }
- { role: phantombot, tags: ['phantombot'] }
- { role: plex2, tags: ['plex2'] }
- { role: plex-auto-collections, tags: ['plex-auto-collections'] }
- { role: plex-meta-manager, tags: ['plex-meta-manager'] }
- { role: postgres, tags: ['postgres'] }
- { role: prowlarr, tags: ['prowlarr'] }
- { role: pyload, tags: ['pyload'] }
- { role: qbittorrent, tags: ['qbittorrent'] }
- { role: qbittorrentvpn, tags: ['qbittorrentvpn'] }
- { role: quassel, tags: ['quassel'] }
- { role: radarrx, tags: ['radarrx'] }
- { role: readarr, tags: ['readarr'] }
- { role: readarrx, tags: ['readarrx'] }
- { role: redbot, tags: ['redbot'] }
- { role: redis, tags: ['redis'] }
- { role: requestrr, tags: ['requestrr'] }
- { role: requestrrx, tags: ['requestrrx'] }
- { role: resilio-sync, tags: ['resilio-sync'] }
- { role: rocketchat, tags: ['rocketchat'] }
- { role: searx, tags: ['searx'] }
- { role: sickchill, tags: ['sickchill'] }
- { role: smokeping, tags: ['smokeping'] }
- { role: sonarrx, tags: ['sonarrx'] }
- { role: speedtest, tags: ['speedtest'] }
- { role: sshwifty, tags: ['sshwifty'] }
- { role: stash, tags: ['stash'] }
- { role: subsonic, tags: ['subsonic'] }
- { role: synclounge, tags: ['synclounge'] }
- { role: tdarr, tags: ['tdarr'] }
- { role: telegraf, tags: ['telegraf'] }
- { role: telly, tags: ['telly'] }
- { role: thelounge, tags: ['thelounge'] }
- { role: transmissionvpn, tags: ['transmissionvpn'] }
- { role: transmissionx, tags: ['transmissionx'] }
- { role: ubooquity, tags: ['ubooquity'] }
- { role: unifi, tags: ['unifi'] }
- { role: unmanic, tags: ['unmanic'] }
- { role: varken, tags: ['varken'] }
- { role: vnstat, tags: ['vnstat'] }
- { role: vscode, tags: ['vscode'] }
- { role: watchtower, tags: ['watchtower'] }
- { role: wallabag, tags: ['wallabag'] }
- { role: wordpress, tags: ['wordpress'] }
- { role: xbackbone, tags: ['xbackbone'] }
- { role: xteve, tags: ['xteve'] }
- { role: znc, tags: ['znc'] }