mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update to NixOs 21.11 and add dokuwiki
This commit is contained in:
parent
d8bbec67db
commit
a043edf25d
6 changed files with 52 additions and 9 deletions
14
dns.tf
14
dns.tf
|
|
@ -38,6 +38,20 @@ resource "hetznerdns_record" "jellyfin_a" {
|
|||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
resource "hetznerdns_record" "anderia_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "anderia"
|
||||
value = data.hcloud_floating_ip.main_ip.ip_address
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
resource "hetznerdns_record" "arkadia_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "arkadia"
|
||||
value = data.hcloud_floating_ip.main_ip.ip_address
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
resource "hetznerdns_record" "db1_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "db1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue