summaryrefslogtreecommitdiffstats
path: root/zones.d/master/hosts.conf
blob: faea915a64cd740f09e242aee1bf250a5dde3627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
object Host "new-babbage.server.tobiaswiese.net" {
	import "generic-host"

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

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

	vars.dns_zones = {
		"tobiaswiese.net" = { }
		"server.tobiaswiese.net" = {
			dig_record_type = "SOA"
		}
		"wieto.net" = {
			dig_record_type = "SOA"
		}
	}

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

	vars.pgsql = { }

	// elog
	vars.dns_zones["elog.dev"] = {
		dig_record_type = "SOA"
	}
	vars.extra_sshd["elog-phabricator"] = { }
	vars.http_vhosts = {
		"phabricator.elog.dev" = {
			http_uri = "/status/"
		}
	}
}