inital commit

This commit is contained in:
2022-10-30 14:01:10 -05:00
commit 9506f24bcc
30 changed files with 769 additions and 0 deletions

16
tasks/radarr.yaml Normal file
View File

@@ -0,0 +1,16 @@
---
- name: Copy radarr dir
copy:
src: static/radarr
dest: /infra
owner: 1000
force: no
- name: Copy radarr docker-compose
copy:
src: static/docker/radarr.yaml
dest: /infra/radarr/docker-compose.yaml
- name: Build & start radarr
community.docker.docker_compose:
project_src: /infra/radarr