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