summaryrefslogtreecommitdiffstats
path: root/zones.d/master/hosts.conf
blob: dba700df6ec7f078aa3d497de7523a2de376e60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
object Host "new-babbage.server.tobiaswiese.net" {
	import "generic-host"

	address = "185.244.192.195"
	address6 = "2a03:4000:27:5fc::1"

	vars.os = "debian"
	vars.os_family = "debian"
	vars.kernel = "linux"

	vars.http_vhosts = {
		"icinga.tobiaswiese.net" = {
			http_uri = "/icingaweb2"
		}
	}
}