initial(main): Add files for basic gridscale deployment of 2 hosts with config

This commit is contained in:
Richard
2026-07-28 17:41:48 +02:00
commit 85c3525895
12 changed files with 634 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
global:
scrape_interval: 15s # default is 1 minute
rule_files:
- /etc/prometheus/alert_rules.yml
scrape_configs:
- job_name: caddy
static_configs:
- targets: ['{{ private_ip_caddy }}:2019']