From f01f922c994c71b96ff9ecb62735b460731d1ca2 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Wed, 20 Sep 2023 22:08:43 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=8C=20pin=20uptimekuma=20version?= =?UTF-8?q?=20to=201.23.2=20to=20aid=20renovate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host_vars/pottwal.n39.eu/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index c5771fb..edb3c76 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -48,7 +48,7 @@ prosody_data_dir: "{{ data_dir }}/prosody" uptimekuma_host_port: 8085 uptimekuma_domain_name: uptime.n39.eu -uptimekuma_image: louislam/uptime-kuma:1 +uptimekuma_image: louislam/uptime-kuma:1.23.2 grafana_host_port: 8089 grafana_domain_name: grafana.n39.eu From 1788fd3d27826d0aae7883d0c78e43e46293c40f Mon Sep 17 00:00:00 2001 From: David Kilias Date: Wed, 20 Sep 2023 22:09:31 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20add=20a?= =?UTF-8?q?nsible=20tag=20to=20uptimekuma=20jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host-pottwal.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/host-pottwal.yml b/host-pottwal.yml index 9c61864..a6da2e6 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -456,6 +456,8 @@ state: directory with_items: - "{{ data_dir }}/uptime-kuma" + tags: + - uptimekuma - name: Ensure container for uptime-kuma is running docker_container: @@ -471,6 +473,8 @@ TZ: "{{ timezone }}" volumes: - "{{ data_dir }}/uptime-kuma:/app/data" + tags: + - uptimekuma - name: Setup proxy site "{{ uptimekuma_domain_name }}" include_role: @@ -478,6 +482,8 @@ vars: site_name: "{{ uptimekuma_domain_name }}" proxy_port: "{{ uptimekuma_host_port }}" + tags: + - uptimekuma - name: Ensure the grafana directories exist file: