Added bazarr pillar files
This commit is contained in:
parent
e58f10fa4a
commit
b9f116747b
5 changed files with 22 additions and 1 deletions
3
pillars/roles/aurpkgs/bazarr.sls
Normal file
3
pillars/roles/aurpkgs/bazarr.sls
Normal file
|
@ -0,0 +1,3 @@
|
|||
aur:
|
||||
pkgs:
|
||||
bazarr: []
|
14
pillars/roles/nginx/bazarr.sls
Normal file
14
pillars/roles/nginx/bazarr.sls
Normal file
|
@ -0,0 +1,14 @@
|
|||
nginx:
|
||||
bazarr:
|
||||
auth: 2fa
|
||||
default: no
|
||||
https:
|
||||
port: 6767
|
||||
prot: http
|
||||
|
||||
portal:
|
||||
Media:
|
||||
bazarr:
|
||||
name: Subtitle Downloader
|
||||
summary: Bazarr Server
|
||||
public: false
|
3
pillars/roles/services/bazarr.sls
Normal file
3
pillars/roles/services/bazarr.sls
Normal file
|
@ -0,0 +1,3 @@
|
|||
services:
|
||||
bazarr:
|
||||
bazarr: []
|
|
@ -7,6 +7,7 @@ roles:
|
|||
- sonarr
|
||||
- radarr
|
||||
- lidarr
|
||||
- bazarr
|
||||
- jackett
|
||||
- ytdownloader
|
||||
- podfox
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
- repos.epel
|
||||
'os_family:Arch':
|
||||
- match: grain_pcre
|
||||
- repos.aur
|
||||
- repos.arch
|
||||
- systems.arch.mirrors
|
||||
- systems.core.freeipa
|
||||
'*':
|
||||
|
|
Loading…
Add table
Reference in a new issue