Added tautulli to public and torrentleech downloader
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
22
qbit_private.yml
Normal file
22
qbit_private.yml
Normal 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
|
||||
Reference in New Issue
Block a user