mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor(access): move some services to cf tunnels
This commit is contained in:
parent
49c31c1508
commit
9c6bbe8b82
10 changed files with 118 additions and 7 deletions
|
|
@ -22,6 +22,7 @@ module "hakurei_system_records" {
|
|||
"ldap",
|
||||
"freeipa",
|
||||
"unifi",
|
||||
"pbx",
|
||||
"smb",
|
||||
"kitchen",
|
||||
"yt",
|
||||
|
|
@ -30,7 +31,6 @@ module "hakurei_system_records" {
|
|||
"plex",
|
||||
"idp",
|
||||
"ldap",
|
||||
"unifi",
|
||||
"smb",
|
||||
"kitchen",
|
||||
"yt",
|
||||
|
|
@ -118,6 +118,14 @@ module "kubernetes_system_records" {
|
|||
local_v6 = "fd0a::be24:11ff:fe49:fedc"
|
||||
}
|
||||
|
||||
module "freepbx_system_records" {
|
||||
source = "./system/records"
|
||||
name = "freepbx"
|
||||
zone_id = cloudflare_zone.gensokyo-zone_zone.id
|
||||
zone_zone = cloudflare_zone.gensokyo-zone_zone.zone
|
||||
local_v6 = "fd0a::be24:11ff:fe33:1904"
|
||||
}
|
||||
|
||||
module "kitchencam_system_records" {
|
||||
source = "./system/records"
|
||||
name = "kitchencam"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ module "hakurei" {
|
|||
subdomains = [
|
||||
"@",
|
||||
"prox",
|
||||
"pbx",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
@ -44,6 +45,7 @@ module "tewi" {
|
|||
"id",
|
||||
"login",
|
||||
"z2m",
|
||||
"unifi",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -367,6 +367,7 @@ EOT
|
|||
|
||||
network_device {
|
||||
bridge = "vmbr0"
|
||||
mac_address = "BC:24:11:3D:39:91"
|
||||
}
|
||||
|
||||
operating_system {
|
||||
|
|
@ -492,6 +493,7 @@ EOT
|
|||
|
||||
network_device {
|
||||
bridge = "vmbr0"
|
||||
mac_address = "BC:24:11:33:19:04"
|
||||
}
|
||||
|
||||
operating_system {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue