Adding uptime kuma

This commit is contained in:
Ian Roddis
2026-05-02 09:18:41 -03:00
parent 648f08c150
commit b4b4f6e922
10 changed files with 167 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: restart uptimekuma
community.docker.docker_compose_v2:
project_src: "{{ uptimekuma_data_dir }}"
state: present
recreate: always
when: not (molecule_test_mode | default(false))