Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dennis Hoppe
infrastructure
Commits
e12ece36
Verified
Commit
e12ece36
authored
Jul 31, 2020
by
Giancarlo Razzolini
Browse files
terraform: Add new mail.archlinux.org server
Added a new server for the mail migration.
parent
3fa35b76
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts
View file @
e12ece36
...
...
@@ -47,6 +47,7 @@ accounts.archlinux.org
gemini.archlinux.org
monitoring.archlinux.org
reproducible.archlinux.org
mail.archlinux.org
[borg_hosts]
prio.ch-s012.rsync.net
...
...
tf-stage1/archlinux.tf
View file @
e12ece36
...
...
@@ -261,3 +261,18 @@ resource "hcloud_server" "svn2gittest" {
ignore_changes
=
[
image
]
}
}
resource
"hcloud_rdns"
"mail"
{
server_id
=
hcloud_server
.
monitoring
.
id
ip_address
=
hcloud_server
.
monitoring
.
ipv4_address
dns_ptr
=
"mail.archlinux.org"
}
resource
"hcloud_server"
"mail"
{
name
=
"mail.archlinux.org"
image
=
data
.
hcloud_image
.
archlinux
.
id
server_type
=
"cx11"
lifecycle
{
ignore_changes
=
[
image
]
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment