Added Lidarr lxc container

This commit is contained in:
Beth Parker 2019-03-13 04:26:17 -05:00
parent fe5927f23b
commit 58326e88e7
5 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,4 @@
aur:
pkgs:
libguestfs: []
yay: []

View file

@ -8,6 +8,9 @@ lxc:
radarr:
bind_dirs:
- mnt/video
lidarr:
bind_dirs:
- mnt/video
emby:
bind_dirs:
- mnt/video

1
pillars/servers/env/server/lidarr.sls vendored Normal file
View file

@ -0,0 +1 @@
env: prod

View file

@ -0,0 +1,7 @@
grains:
roles:
- server
- nrpe
- saltminion
- lxc_container
- lidarr

View file

@ -0,0 +1,8 @@
#package is in aur repo
lidarr:
pkg.installed
lidarr_service:
service.running:
- name: lidarr
- enable: true