Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
46a05841
Commit
46a05841
authored
Oct 10, 2019
by
Sven-Hendrik Haase
Browse files
Add new server for accounts.archlinux.org
parent
04fe028c
Changes
2
Hide whitespace changes
Inline
Side-by-side
archlinux.tf
View file @
46a05841
...
...
@@ -120,3 +120,18 @@ resource "hcloud_server" "ciprototype" {
ignore_changes
=
[
image
]
}
}
resource
"hcloud_rdns"
"acccounts"
{
server_id
=
"
${
hcloud_server
.
accounts
.
id
}
"
ip_address
=
"
${
hcloud_server
.
accounts
.
ipv4_address
}
"
dns_ptr
=
"accounts.archlinux.org"
}
resource
"hcloud_server"
"accounts"
{
name
=
"accounts.archlinux.org"
image
=
"
${data
.
hcloud_image
.
archlinux
.
id
}
"
server_type
=
"cx11"
lifecycle
{
ignore_changes
=
[
image
]
}
}
playbooks/accounts.archlinux.org.yml
0 → 100644
View file @
46a05841
---
-
name
:
setup Keycloak server
hosts
:
accounts.archlinux.org
remote_user
:
root
roles
:
-
{
role
:
common
}
-
{
role
:
firewalld
}
-
{
role
:
sshd
}
-
{
role
:
root_ssh
}
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