node_name = "px2" # Name of the Proxmox node where the VM will be deployed vm_name = "infra4" # Desired name for the new virtual machine vm_id = "2001" # Desired Id for the new virtual machine vm_cpu = 1 # Number of CPU cores to allocate to the VM vm_ram = 1024 # Amount of RAM in MB (2 GB) #vm_vlan = 66 # VLAN ID for network segmentation vm_address = "10.121.38.43/24" vm_gateway = "10.121.38.254"