Files
ansible/tasks/consul/configs/service-apache.hcl
2025-10-10 11:07:34 +00:00

11 lines
259 B
HCL

service {
name = "apache"
port = 443
tags = [ "srv1", "pedimedic", "webmail", "git" ]
check {
http = "https://srv1.maruntiel.com"
interval = "5s"
tlsSkipVerify = true
}
}