Add uptime kuma

This commit is contained in:
Tobias Reisinger 2023-12-04 16:47:00 +01:00
parent 9fd25952a8
commit 47f90af3d6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 37 additions and 1 deletions
_ansible/inventory/group_vars/all

View file

@ -10,5 +10,6 @@ mailer:
services_path: /opt/services/
caddy_config_path: "{{ (services_path, 'caddy', 'config', 'conf.d') | path_join }}"
caddy_path: "{{ (services_path, 'caddy') | path_join }}"
caddy_config_path: "{{ (caddy_path, 'config', 'conf.d') | path_join }}"
managed_sites: []