Added bin as pastbin internally and made vars more configurable

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-04-17 19:23:48 +02:00
parent ced3ff35ad
commit c48abb4512
8 changed files with 62 additions and 17 deletions

View File

@@ -48,6 +48,10 @@
tags:
- prowlarr
- include_tasks: bin.yml
tags:
- bin
- name: Copy the compose file
template:
src: templates/aya01/compose.yaml

View File

@@ -0,0 +1,9 @@
---
- name: Create bin-config directory
file:
path: "{{ bin_upload }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '755'
state: directory
become: true