forked from jakub/ansible
Refactor update_uptime_kuma.yml: clean up variable definitions for clarity
This commit is contained in:
@@ -13,12 +13,11 @@
|
|||||||
use_sudo: false
|
use_sudo: false
|
||||||
|
|
||||||
# --- Uptime Kuma specifics ---
|
# --- Uptime Kuma specifics ---
|
||||||
kuma_project: "uptime-kuma" # docker compose project name
|
kuma_project: "uptime-kuma"
|
||||||
kuma_compose_file: "/data/compose/kuma/uptime-kuma.yml" # adjust to your path
|
kuma_compose_file: "/data/compose/uptime-kuma.yml"
|
||||||
kuma_service: "uptime-kuma" # service name from compose
|
kuma_service: "uptime-kuma"
|
||||||
kuma_port: 3001
|
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.
|
# If empty/undefined, controller check is skipped and we only probe from the VM.
|
||||||
kuma_url: "{{ lookup('env', 'KUMA_URL') | default('', true) }}"
|
kuma_url: "{{ lookup('env', 'KUMA_URL') | default('', true) }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user