Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
f6da1873
Commit
f6da1873
authored
Aug 11, 2019
by
Sven-Hendrik Haase
Browse files
Add LDAP hetzner server
parent
a5784406
Changes
1
Hide whitespace changes
Inline
Side-by-side
archlinux.tf
View file @
f6da1873
...
...
@@ -75,3 +75,18 @@ resource "hcloud_server" "gitlab" {
ignore_changes
=
[
image
]
}
}
resource
"hcloud_rdns"
"ldap"
{
server_id
=
"
${
hcloud_server
.
ldap
.
id
}
"
ip_address
=
"
${
hcloud_server
.
ldap
.
ipv4_address
}
"
dns_ptr
=
"ldap.archlinux.org"
}
resource
"hcloud_server"
"ldap"
{
name
=
"ldap.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