Skip to content
Snippets Groups Projects
Verified Commit 1050ebc2 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

tf-stage1: sort machine entries by hostname

parent 434753d8
No related branches found
No related tags found
No related merge requests found
......@@ -47,14 +47,14 @@ locals {
# ttl = 3600
# }
machines = {
"archlinux.org" = {
server_type = "cpx11"
domain = "@"
}
"accounts.archlinux.org" = {
server_type = "cx11"
domain = "accounts"
}
"archlinux.org" = {
server_type = "cpx11"
domain = "@"
}
"aur.archlinux.org" = {
server_type = "cpx41"
domain = "aur"
......@@ -67,10 +67,27 @@ locals {
server_type = "cx11"
domain = "bugs"
}
"buildbot.pkgbuild.com" = {
server_type = "cx21"
domain = "buildbot"
zone = hetznerdns_zone.pkgbuild.id
}
"dashboards.archlinux.org" = {
server_type = "cx11"
domain = "dashboards"
}
"debuginfod.archlinux.org" = {
server_type = "cx11"
domain = "debuginfod"
}
"gitlab.archlinux.org" = {
server_type = "cpx41"
domain = "gitlab"
}
"gluebuddy.archlinux.org" = {
server_type = "cx11"
domain = "gluebuddy"
}
"homedir.archlinux.org" = {
server_type = "cx11"
domain = "homedir"
......@@ -95,14 +112,19 @@ locals {
server_type = "cpx31"
domain = "matrix"
}
"md.archlinux.org" = {
server_type = "cx11"
domain = "md"
}
"mirror.pkgbuild.com" = {
server_type = "cx11"
domain = "mirror"
zone = hetznerdns_zone.pkgbuild.id
}
"monitoring.archlinux.org" = {
server_type = "cx31"
domain = "monitoring"
}
"dashboards.archlinux.org" = {
server_type = "cx11"
domain = "dashboards"
}
"patchwork.archlinux.org" = {
server_type = "cx11"
domain = "patchwork"
......@@ -131,28 +153,6 @@ locals {
server_type = "cpx21"
domain = "wiki"
}
"mirror.pkgbuild.com" = {
server_type = "cx11"
domain = "mirror"
zone = hetznerdns_zone.pkgbuild.id
}
"md.archlinux.org" = {
server_type = "cx11"
domain = "md"
},
"gluebuddy.archlinux.org" = {
server_type = "cx11"
domain = "gluebuddy"
},
"debuginfod.archlinux.org" = {
server_type = "cx11"
domain = "debuginfod"
}
"buildbot.pkgbuild.com" = {
server_type = "cx21"
domain = "buildbot"
zone = hetznerdns_zone.pkgbuild.id
}
}
# This creates gitlab pages verification entries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment