Files
ansible/roles/docker/tasks/kuma.yml
TuDatTr 7cd43fb8a8 Added working traefik configuration/labels for containers
Added new host 'mii'
Added uptime kuma in docker

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2023-04-13 18:43:32 +02:00

12 lines
206 B
YAML

---
- name: Create kuma-config directory
file:
path: "{{ item }}"
owner: "{{ puid }}"
group: "{{ pgid }}"
mode: '755'
state: directory
loop:
- "{{ kuma_config }}"
become: true