Added tautulli to public and torrentleech downloader

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-05-01 08:17:26 +02:00
parent c193374444
commit 76a5ef1781
6 changed files with 111 additions and 8 deletions

22
qbit_private.yml Normal file
View File

@@ -0,0 +1,22 @@
---
- name: Create qbit_torrentleech-config directory
file:
path: "{{ item }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '775'
state: directory
loop:
- "{{ qbit_private_remote_config }}"
- "{{ qbit_private_remote_config }}/openvpn"
- "{{ qbit_downloads }}"
become: true
- name: Copy ovpn_torrentleech-config
template:
owner: "{{ puid }}"
group: "{{ pgid }}"
src: "{{ qbit_config }}/{{ qbit_ovpn_config }}"
dest: "{{ qbit_private_remote_config }}/{{ qbit_ovpn_config }}"
mode: '664'
become: true