Skip to content
Snippets Groups Projects
Commit c79c9bc6 authored by Frederik Schwan's avatar Frederik Schwan
Browse files

Merge branch 'fix-masterkey' into 'master'

rollback master-key from CNAME to A/AAAA since the CNAME cannot be processed by hetzner temporarily

See merge request !244
parents 71b97641 1af9bd0f
No related branches found
No related tags found
1 merge request!244rollback master-key from CNAME to A/AAAA since the CNAME cannot be processed by hetzner temporarily
Pipeline #4196 passed
......@@ -190,6 +190,10 @@ locals {
ipv4_address = "5.9.250.164"
ipv6_address = "2a01:4f8:160:3033::2"
}
master-key = {
ipv4_address = hcloud_server.machine["archlinux.org"].ipv4_address
ipv6_address = hcloud_server.machine["archlinux.org"].ipv6_address
}
pages = {
ipv4_address = hcloud_floating_ip.gitlab_pages.ip_address
ipv6_address = var.gitlab_pages_ipv6
......@@ -233,7 +237,6 @@ locals {
"luna2._domainkey.aur" = { value = "luna2._domainkey" }
"luna2._domainkey.lists" = { value = "luna2._domainkey" }
mailman = { value = "apollo" }
master-key = { value = "www" }
packages = { value = "www" }
planet = { value = "www" }
projects = { value = "luna" }
......
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