Skip to content
Snippets Groups Projects
Verified Commit 3a555a1a authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Provision workers (servers) for the buildbot POC

Requested by @anthraxx :eyes:

The servers have been configured with the common and firewalld roles.
parent ae0abd2f
No related branches found
No related tags found
No related merge requests found
Pipeline #89261 passed
......@@ -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.
......
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