refactor: move Packer templates to top-level packer/ directory
This commit is contained in:
18
packer/ubuntu-24.04/vm-medium.pkrvars.hcl
Normal file
18
packer/ubuntu-24.04/vm-medium.pkrvars.hcl
Normal file
@@ -0,0 +1,18 @@
|
||||
##################################################################################
|
||||
# VARIABLES
|
||||
##################################################################################
|
||||
|
||||
# Virtual Machine Settings
|
||||
|
||||
vm_boot_wait = "5s"
|
||||
vm_name = "ubuntu-24.04-medium"
|
||||
vm_id = "9202"
|
||||
vm_cpu_sockets = "1"
|
||||
vm_cpu_cores = "2"
|
||||
vm_mem_size = "4096"
|
||||
vm_disk_size = "16"
|
||||
|
||||
proxmox_bridge = "vmbr0"
|
||||
#proxmox_vlan = "71"
|
||||
|
||||
ssh_username = "wed"
|
||||
Reference in New Issue
Block a user