Add CA Certificates Update task to Uptime Kuma

This commit is contained in:
Christer Warén
2025-09-14 14:50:38 +03:00
parent 778f9017ca
commit bebd4190fa

View File

@@ -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,14 @@
- 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/"