Introduce Uptime-Kuma
This commit is contained in:
parent
69621e3d7f
commit
112f1990b9
6 changed files with 79 additions and 0 deletions
12
inventories/z9/host_vars/uptime-kuma.yaml
Normal file
12
inventories/z9/host_vars/uptime-kuma.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "status.ccchh.net"
|
||||
|
||||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'z9/configs/uptime-kuma/compose.yaml') }}"
|
||||
docker_compose__configuration_files: [ ]
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: status.ccchh.net
|
||||
content: "{{ lookup('ansible.builtin.file', 'z9/configs/uptime-kuma/nginx/status.ccchh.net.conf') }}"
|
|
@ -26,6 +26,9 @@ all:
|
|||
mailserver-endpoint:
|
||||
ansible_host: mailserver-endpoint.ccchh.net
|
||||
ansible_user: chaos
|
||||
uptime-kuma:
|
||||
ansible_host: uptime-kuma.z9.ccchh.net
|
||||
ansible_user: chaos
|
||||
debian_12:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
|
@ -37,6 +40,7 @@ all:
|
|||
esphome:
|
||||
zigbee2mqtt:
|
||||
light:
|
||||
uptime-kuma:
|
||||
public_reverse_proxy_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
|
@ -46,6 +50,7 @@ all:
|
|||
hosts:
|
||||
esphome:
|
||||
zigbee2mqtt:
|
||||
uptime-kuma:
|
||||
ssh_server_config_hosts:
|
||||
hosts:
|
||||
public-reverse-proxy:
|
||||
|
@ -77,3 +82,6 @@ all:
|
|||
send_only_mail_server_hosts:
|
||||
hosts:
|
||||
send-only-mailserver:
|
||||
docker_compose_hosts:
|
||||
hosts:
|
||||
uptime-kuma:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue