mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 11:12:52 +00:00
Allow using our Root CA in Uptime Kuma
This commit is contained in:
@@ -810,20 +810,13 @@
|
|||||||
env:
|
env:
|
||||||
HOST: 127.0.0.1
|
HOST: 127.0.0.1
|
||||||
PORT: 3001
|
PORT: 3001
|
||||||
|
NODE_EXTRA_CA_CERTS: /usr/local/share/ca-certificates/root.crt
|
||||||
when:
|
when:
|
||||||
- (deployerTaskU1 is defined and deployerTaskU1.changed) or deployerTaskU1 is undefined
|
- (deployerTaskU1 is defined and deployerTaskU1.changed) or deployerTaskU1 is undefined
|
||||||
tags:
|
tags:
|
||||||
- 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