mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
Add emby and gitlab
This commit is contained in:
parent
9b031c14b6
commit
409828214b
13 changed files with 1743 additions and 3 deletions
5
roles/emby-docker/tasks/main.yml
Normal file
5
roles/emby-docker/tasks/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Copy emby config
|
||||
copy: src=emby dest={{docker_compose_files_folder}}
|
||||
- name: Start emby docker project
|
||||
docker_service: project_src={{docker_compose_files_folder}}/emby state=present
|
||||
Loading…
Add table
Add a link
Reference in a new issue