Added Sonarr, Radarr, Lidarr and Prowlarr to aya01

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-04-14 19:02:45 +02:00
parent 6c0ea656eb
commit 3d7f143a2a
9 changed files with 225 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Create lidarr directories
file:
path: "{{ item }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '755'
state: directory
become: yes
loop:
- "{{ lidarr_config }}"
- "{{ lidarr_media }}"
- "{{ lidarr_downloads }}"