forked from jakub/ansible
.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
# --- Debug mode (controlled via Semaphore variable) ---
|
||||
DEBUG: "{{ lookup('env', 'DEBUG') | default(0) | int }}"
|
||||
RETRIES: "{{ lookup('env', 'RETRIES') | default(25) | int }}"
|
||||
|
||||
# Uptime Kuma specifics
|
||||
kuma_project: "uptime-kuma"
|
||||
@@ -32,7 +33,7 @@
|
||||
kuma_container_name: "uptime-kuma-dev"
|
||||
|
||||
# Retry policy (to mirror Collabora play): 25x with 2s delay
|
||||
kuma_retries: 25
|
||||
kuma_retries: "{{ RETRIES }}"
|
||||
kuma_delay: 2
|
||||
|
||||
# Docker command prefix (consistent behavior)
|
||||
|
||||
Reference in New Issue
Block a user