Files
proxmox-packer/builds/network.pkrvars.hcl.example
2024-11-18 16:22:43 -06:00

17 lines
440 B
Plaintext

/*
DESCRIPTION:
Network variables used for all builds.
- Variables are passed to and used by guest operating system configuration files (e.g., ks.cfg).
*/
// Proxmox settings for VM templates
vm_bridge_interface = "vmbr0"
vm_vlan_tag = ""
// VM Network Settings (default DHCP)
// vm_ip_address = "192.168.101.100"
// vm_ip_netmask = 24
// vm_ip_gateway = "192.168.101.1"
// vm_dns_list = [ "8.8.8.8", "8.8.4.4" ]