mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 12:52:55 +00:00
Add CA Certificates Update task to Uptime Kuma
This commit is contained in:
@@ -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/"
|
||||
|
Reference in New Issue
Block a user