Add jellyfin to ansible
This commit is contained in:
parent
532d357197
commit
4a6fc7753f
7 changed files with 45 additions and 4 deletions
_ansible/inventory/group_vars/all
|
@ -21,6 +21,11 @@ compose_file_env:
|
|||
env_file:
|
||||
- service.env
|
||||
|
||||
compose_file_user:
|
||||
services:
|
||||
app:
|
||||
user: "{{ compose.user }}"
|
||||
|
||||
compose_file_ports:
|
||||
services:
|
||||
app:
|
||||
|
|
Reference in a new issue