-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathvariables.pkrvars.hcl
34 lines (26 loc) · 1.04 KB
/
variables.pkrvars.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
##################################################################################
# VARIABLES
##################################################################################
# HTTP Settings
http_directory = "http"
# Virtual Machine Settings
vm_guest_os_family = "linux"
vm_guest_os_vendor = "ubuntu"
vm_guest_os_member = "server"
vm_guest_os_version = "20-04-lts"
vm_guest_os_type = "ubuntu64Guest"
vm_version = 14
vm_firmware = "bios"
vm_cdrom_type = "sata"
vm_cpu_sockets = 4
vm_cpu_cores = 1
vm_mem_size = 8192
vm_disk_size = 100000
vm_disk_controller_type = ["pvscsi"]
vm_network_card = "vmxnet3"
vm_boot_wait = "2s"
# ISO Objects
iso_file = "ubuntu-20.04.1-live-server-amd64.iso"
iso_checksum = "443511f6bf12402c12503733059269a2e10dec602916c0a75263e5d990f6bb93"
# Scripts
shell_scripts = ["./scripts/setup_ubuntu2004.sh"]