-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.pkvars.hcl
37 lines (37 loc) · 1.46 KB
/
custom.pkvars.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
bios_type = "seabios"
boot_wait = "10s"
bridge_name = "vmbr1"
vlan_tag = "20"
bridge_firewall = false
cloud_init = true
cpu_type = "host"
disk_discard = false
disk_format = "qcow2"
disk_size = "8G"
disk_type = "scsi"
machine_default_type = "Default (i440fx)"
nb_core = 1
nb_cpu = 1
nb_ram = 4096
network_model = "virtio"
numa = true
io_thread = false
os_type = "l26"
proxmox_api_token_id = ""
proxmox_api_token_secret = ""
proxmox_api_url = ""
proxmox_node = ""
qemu_agent_activation = true
scsi_controller_type = "virtio-scsi-single"
ssh_handshake_attempts = 6
ssh_timeout = "15m"
ssh_username = "debian"
ssh_password = "zxcv1234"
storage_pool = "local"
tags = "template"
vm_id = 9000
vm_info = "Debian 12.5 Packer Template"
vm_name = "debian12-template"
iso_storage_pool = "local"
iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.7.0-amd64-netinst.iso"
iso_checksum = "e0bd9ba03084a6fd42413b425a2d20e3731678a31fe5fb2cc84f79332129afca2ad4ec897b4224d6a833afaf28a5d938b0fe5d680983182944162c6825b135ce"