From b15547c2cb3bd83a2cc9c7ca857bae9fbfb36c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 14 Sep 2025 15:14:11 +0300 Subject: [PATCH] Allow using our Root CA in Uptime Kuma --- tasks/deployer.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index ccadbbe..dd9990f 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -810,20 +810,13 @@ env: HOST: 127.0.0.1 PORT: 3001 + NODE_EXTRA_CA_CERTS: /usr/local/share/ca-certificates/root.crt when: - (deployerTaskU1 is defined and deployerTaskU1.changed) or deployerTaskU1 is undefined tags: - uptime-kuma - status -- name: "Deployer - Uptime Kuma - Configure - CA Certificates Update" - containers.podman.podman_container_exec: - name: uptime-kuma - command: "update-ca-certificates" - tags: - - uptime-kuma - - status - - name: "Deployer - Keycloak - Files - Create Folder" ansible.builtin.file: path: "/root/data/keycloak/"