Initial commit with working nginx and jellyfin
This commit is contained in:
9
group_vars/all
Normal file
9
group_vars/all
Normal file
@ -0,0 +1,9 @@
|
||||
base_domain: "homelab.cz"
|
||||
data_folder: "{{ playbook_dir }}/docker-data"
|
||||
nginx_confd_folder: "{{ data_folder }}/nginx/conf.d"
|
||||
puid: "1000"
|
||||
pgid: "1000"
|
||||
tz: "Europe/Prague"
|
||||
media:
|
||||
tv: "{{ data_folder }}/media/tv"
|
||||
movies: "{{ data_folder }}/media/movies"
|
Reference in New Issue
Block a user