Add hpz440 host configuration and SSH setup for Windows; update Prometheus targets and variables

This commit is contained in:
2025-10-05 23:18:44 +02:00
parent 9b330f84a2
commit 0e167d747d
15 changed files with 305 additions and 144 deletions
+5
View File
@@ -92,6 +92,11 @@ locals {
type = "A"
content = "10.5.5.2"
},
{
name = "hpz440"
type = "A"
content = "10.19.4.121"
},
]
}
]