Update Legion LAN IP from 192.168.68.77 to 192.168.8.148

Static IP assigned on new network segment. Updates:
- variables.tf default legion_ip
- headscale nameserver config
- bootstrap.sh default target
- README/RUNBOOK documentation
- media ingress comment
This commit is contained in:
Will Anderson
2026-04-21 10:32:30 -05:00
parent 26c7d2259e
commit 3b3811942c
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ variable "kubeconfig_path" {
}
variable "legion_ip" {
description = "Legion server LAN IP (DHCP reserved)"
description = "Legion server LAN IP (static)"
type = string
default = "192.168.68.77"
default = "192.168.8.148"
}
variable "domain_suffix" {