3
0
forked from jakub/ansible

Refactor update_uptime_kuma.yml: clean up variable definitions for clarity

This commit is contained in:
fencl
2025-10-05 13:09:40 +02:00
parent 3c0f29e3cb
commit ef67219c98

View File

@@ -13,12 +13,11 @@
use_sudo: false
# --- Uptime Kuma specifics ---
kuma_project: "uptime-kuma" # docker compose project name
kuma_compose_file: "/data/compose/kuma/uptime-kuma.yml" # adjust to your path
kuma_service: "uptime-kuma" # service name from compose
kuma_project: "uptime-kuma"
kuma_compose_file: "/data/compose/uptime-kuma.yml"
kuma_service: "uptime-kuma"
kuma_port: 3001
# Optional external URL for controller-side readiness check.
# If empty/undefined, controller check is skipped and we only probe from the VM.
kuma_url: "{{ lookup('env', 'KUMA_URL') | default('', true) }}"