updated packer templates for new proxmox cluster

This commit is contained in:
2025-08-16 21:50:04 -05:00
parent 2ae45aca00
commit 4193f33183
7 changed files with 16 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ source "proxmox-iso" "fedora-kickstart" {
network_adapters {
model = "virtio"
bridge = "${var.proxmox_bridge}"
vlan_tag = "${var.proxmox_vlan}"
# vlan_tag = "${var.proxmox_vlan}"
firewall = "true"
}