migrate uptime kuma
All checks were successful
Deploy Containers / Prepare (push) Successful in 12s

This commit is contained in:
2025-11-21 03:22:34 -05:00
parent 5efa6934e3
commit a19de4c6a5

View File

@@ -1,23 +1,12 @@
--- ---
- name: Create folder structure - name: Deploy Uptime Kuma
file: include_role:
path: "{{ item }}" name: docker
state: directory vars:
with_items:
- "{{ data_dir }}/uptime-kuma"
- name: Pull latest Uptime Kuma Docker Image
docker_image:
name: louislam/uptime-kuma
tag: latest
source: pull
- name: Create Uptime Kuma Docker Container
docker_container:
name: uptime-kuma name: uptime-kuma
image: louislam/uptime-kuma image:
restart_policy: unless-stopped name: louislam/uptime-kuma
recreate: true tag: latest
networks: networks:
- name: homelab - name: homelab
volumes: volumes: