mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 11:12:52 +00:00
Add CA Certificates Update task to Uptime Kuma
This commit is contained in:
@@ -805,6 +805,7 @@
|
|||||||
network: host
|
network: host
|
||||||
volumes:
|
volumes:
|
||||||
- "/root/data/uptime-kuma:/app/data"
|
- "/root/data/uptime-kuma:/app/data"
|
||||||
|
- "/root/data/openssl/root/cert.pem:/usr/local/share/ca-certificates/root.crt"
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
env:
|
env:
|
||||||
HOST: 127.0.0.1
|
HOST: 127.0.0.1
|
||||||
@@ -815,6 +816,14 @@
|
|||||||
- uptime-kuma
|
- uptime-kuma
|
||||||
- status
|
- 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"
|
- name: "Deployer - Keycloak - Files - Create Folder"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "/root/data/keycloak/"
|
path: "/root/data/keycloak/"
|
||||||
|
Reference in New Issue
Block a user