mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Added sonarr, radarr, headphones and jackett
This commit is contained in:
parent
d089db0365
commit
a50df7c30f
9 changed files with 130 additions and 55 deletions
13
roles/torrent-docker/tasks/main.yml
Normal file
13
roles/torrent-docker/tasks/main.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
- name: Copy torrent docker files
|
||||
copy:
|
||||
src: torrent
|
||||
dest: "{{docker_compose_files_folder}}"
|
||||
- name: Create torrent .env
|
||||
template:
|
||||
src: torrent/.env
|
||||
dest: "{{docker_compose_files_folder}}/torrent/.env"
|
||||
- name: Start torrent docker project
|
||||
docker_service:
|
||||
project_src: "{{docker_compose_files_folder}}/torrent"
|
||||
state: present
|
||||
Loading…
Add table
Add a link
Reference in a new issue