mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 09:52:51 +00:00
Allow using our Root CA in Uptime Kuma
This commit is contained in:
@@ -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/"
|
||||
|
Reference in New Issue
Block a user