Talos on Proxmox WIP

This commit is contained in:
2026-09-01 17:31:47 -04:00
parent aedb670c35
commit ae8bf2926f
13 changed files with 170 additions and 11 deletions
+17 -1
View File
@@ -5,4 +5,20 @@ provider "proxmox" {
random_vm_ids = true
random_vm_id_start = 10000
random_vm_id_end = 99999
}
ssh {
username = "ladmin"
agent = true
node_address_source = "dns"
node {
name = "hv01"
address = "hv01.balsillie.house"
port = 22
}
node {
name = "hv02"
address = "hv02.balsillie.house"
port = 22
}
}
}
provider "talos" {}