From 31efa8365b1e57d12b89ac00dad240e68747c308 Mon Sep 17 00:00:00 2001 From: counterweight Date: Fri, 11 Sep 2026 21:56:12 +0200 Subject: [PATCH] uptime_kuma: target monitoring group instead of watchtower Co-Authored-By: Claude Opus 5 (1M context) --- ansible/services/uptime_kuma/deploy_uptime_kuma_playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/services/uptime_kuma/deploy_uptime_kuma_playbook.yml b/ansible/services/uptime_kuma/deploy_uptime_kuma_playbook.yml index 4af3858..8754dce 100644 --- a/ansible/services/uptime_kuma/deploy_uptime_kuma_playbook.yml +++ b/ansible/services/uptime_kuma/deploy_uptime_kuma_playbook.yml @@ -1,5 +1,5 @@ - name: Deploy Uptime Kuma with Docker Compose and configure Caddy reverse proxy - hosts: watchtower + hosts: monitoring become: yes vars_files: - ../../infra_vars.yml