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

Provision server for repos-git POC

anthraxx wants some infra for a repos-git POC, so let's give it to him!

The server has been configured with the common and firewalld role, but
is unmanaged.
parent 871756ec
No related branches found
No related tags found
1 merge request!615Provision server for repos-git POC
......@@ -141,6 +141,10 @@ locals {
server_type = "cx11"
domain = "redirect"
}
"repos-git.archlinux.org" = {
server_type = "cpx11"
domain = "repos-git"
}
"reproducible.archlinux.org" = {
server_type = "cx11"
domain = "reproducible"
......@@ -623,3 +627,10 @@ resource "hcloud_volume" "debuginfod" {
server_id = hcloud_server.machine["debuginfod.archlinux.org"].id
delete_protection = true
}
resource "hcloud_volume" "repos-git" {
name = "repos-git"
size = 100
server_id = hcloud_server.machine["repos-git.archlinux.org"].id
delete_protection = true
}
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