1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-19 13:06:06 +02:00

Provision workers (servers) for the buildbot POC

Requested by @anthraxx 👀

The servers have been configured with the common and firewalld roles.
This commit is contained in:
Kristian Klausen 2024-01-19 21:56:50 +01:00
parent ae0abd2f87
commit 3a555a1a10
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3

View File

@ -155,6 +155,16 @@ locals {
server_type = "cpx21"
domain = "wiki"
}
"worker1.buildbot.pkgbuild.com" = {
server_type = "cx11"
domain = "worker1.buildbot"
zone = hetznerdns_zone.pkgbuild.id
}
"worker2.buildbot.pkgbuild.com" = {
server_type = "cx11"
domain = "worker2.buildbot"
zone = hetznerdns_zone.pkgbuild.id
}
}
# This creates gitlab pages verification entries.