ingress/terraform/terraform.tfvars

37 lines
900 B
Text
Raw Normal View History

nodes = {
batuu = {
host = "batuu"
iso_storage = "local"
boot_storage = "local-nvme"
2024-11-08 21:11:27 +00:00
ipv4_address = "10.0.16.10/20"
ipv4_gateway = "10.0.16.1"
ipv6_address = "fd74:6a6f:0:1010::1/64"
ipv6_gateway = "fd74:6a6f:0:1000::1"
}
jakku = {
host = "jakku"
iso_storage = "local"
boot_storage = "local-nvme"
2024-11-08 21:11:27 +00:00
ipv4_address = "10.0.32.10/20"
ipv4_gateway = "10.0.32.1"
ipv6_address = "fd74:6a6f:0:2010::1/64"
ipv6_gateway = "fd74:6a6f:0:2000::1"
}
nevaroo = {
host = "nevaroo"
iso_storage = "local"
boot_storage = "local"
2024-11-08 21:11:27 +00:00
ipv4_address = "10.0.48.10/20"
ipv4_gateway = "10.0.48.1"
ipv6_address = "fd74:6a6f:0:3010::1/64"
ipv6_gateway = "fd74:6a6f:0:3000::1"
}
}
2024-08-24 17:42:11 +00:00
ssh_keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICXAlzwziqfUUb2qmFwNF/nrBYc5MNT1MMOx81ohBmB+ tine@little.sys.tjo.space"
]