Files
ansible/roles/docker/tasks/gluetun.yml
TuDatTr b3ae5efdaa Moved qbitclients to gluetun network
Added grafana, prometheus and snmp exporter for madrigal and node exporter for aya01

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2023-05-11 15:09:52 +02:00

12 lines
211 B
YAML

---
- name: Create gluetun-config directory
file:
path: "{{ item }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '775'
state: directory
loop:
- "{{ gluetun_config}}"
become: true