Skip to content
Snippets Groups Projects
Verified Commit b2881def authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files
parent 54ca51a2
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,10 @@ locals {
ipv4_address = "213.133.111.6"
ipv6_address = "2a01:4f8:222:174c::2"
}
rsync = {
ipv4_address = "168.119.141.106"
ipv6_address = "2a01:4f8:251:598::"
}
runner1 = {
ipv4_address = "138.199.19.15"
ipv6_address = "2a02:6ea0:c72e::2"
......@@ -310,7 +314,6 @@ locals {
planet = { value = "www" }
registry = { value = "gitlab" }
repos = { value = "gemini" }
rsync = { value = "gemini" }
sources = { value = "gemini" }
"static.conf" = { value = "redirect" }
status = { value = "redirect" }
......
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