-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
26 lines (26 loc) · 757 Bytes
/
example.json
File metadata and controls
26 lines (26 loc) · 757 Bytes
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
{
"builders": [{
"type": "virtualbox-iso",
"guest_os_type": "RedHat_64",
"iso_checksum_type": "md5",
"iso_checksum": "df0d8f6b12116c653fa60394e4430b57",
"iso_url": "http://centos.mirror.serversaustralia.com.au/6.8/isos/i386/CentOS-6.8-i386-bin-DVD1.iso",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"http_directory": "http",
"http_port_min": 10082,
"http_port_max": 10089,
"ssh_host_port_min": 2222,
"ssh_host_port_max": 2229,
"ssh_port": 22,
"ssh_wait_timeout": "30s",
"vm_name": "tdhtest",
"floppy_files": [
"http/kickstater.cfg"
],
"boot_command": "<tab> inst.text inst.ks=hd:fd0:/kickstater.cfg <enter><wait>"
}
]
}
"post-processors": ["vagrant"]
}