network try

This commit is contained in:
tolerryan
2024-11-12 22:00:18 -06:00
parent b5f912b5b1
commit d6bd07e9d2
2 changed files with 14 additions and 7 deletions

View File

@@ -30,13 +30,14 @@ resource "proxmox_vm_qemu" "grail" {
# size = "400G"
#}
#network {
# name = "eth0"
# bridge = "vmbr0"
# ip = "192.168.0.57/24"
# gw = "192.168.0.1"
#}
network {
name = "eth0"
model = "virtio"
bridge = "vmbr0"
firewall = false
ip = "192.168.0.57/24"
gw = "192.168.0.1"
}
#provisioner "local-exec" {
# command = "./.ansible.d/setup.sh $IP"