From cc2cf1ea392a25588254b7ae15a67e212643af94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 14 Sep 2025 14:48:21 +0300 Subject: [PATCH] Add CA Certificates Update task to Uptime Kuma --- tasks/deployer.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 56cfaea..32d30db 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -805,6 +805,7 @@ network: host volumes: - "/root/data/uptime-kuma:/app/data" + - "/root/data/openssl/root/cert.pem:/usr/local/share/ca-certificates/root.crt" restart_policy: always env: HOST: 127.0.0.1 @@ -815,6 +816,15 @@ - uptime-kuma - status +- name: "Deployer - Uptime Kuma - Configure - CA Certificates Update" + containers.podman.podman_container_exec: + container: uptime-kuma + user: root + command: "update-ca-certificates" + tags: + - uptime-kuma + - status + - name: "Deployer - Keycloak - Files - Create Folder" ansible.builtin.file: path: "/root/data/keycloak/"