add the rest of caladan domains

main
Ricard Illa 2022-08-23 17:40:16 +02:00
parent d9985494c9
commit a365c7831a
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 15 additions and 1 deletions

View File

@ -16,7 +16,21 @@ variable "caladan-ips" {
// and ipv6 respectively
variable "caladan-hostnames" {
type = set(string)
default = ["@"]
default = [
"@",
"filite",
"git",
"gts",
"kb",
"keyoxide",
"matrix",
"mx2",
"pleroma",
"xmpp",
"groups.xmpp",
"proxy.xmpp",
"upload.xmpp",
]
}
// These are subdomains for services hosted on the host named `narwhal`.