From 37fb120aa8bd957278688c8d0f5a1b4b3c3e8c64 Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Thu, 12 May 2022 16:34:08 +0200 Subject: [PATCH] Provision server for buildbot POC Foxboron wants some infra for a buildbot POC, so let's give it to him! The server has been configured with the common and firewalld role. --- tf-stage1/archlinux.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf index 17cbd726..76378826 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -148,6 +148,11 @@ locals { server_type = "cx11" domain = "debuginfod" } + "buildbot.pkgbuild.com" = { + server_type = "cx21" + domain = "buildbot" + zone = hetznerdns_zone.pkgbuild.id + } } # This creates gitlab pages verification entries. -- GitLab