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.init = "systemd" 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/" } } }