mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-12-02 17:33:40 +00:00
Compare commits
1 Commits
9559d73d20
...
cc2cf1ea39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc2cf1ea39 |
@@ -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,15 @@
|
|||||||
- uptime-kuma
|
- uptime-kuma
|
||||||
- status
|
- status
|
||||||
|
|
||||||
|
- name: "Deployer - Uptime Kuma - Configure - CA Certificates Update"
|
||||||
|
containers.podman.podman_container_exec:
|
||||||
|
container: uptime-kuma
|
||||||
|
user: root
|
||||||
|
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