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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user