This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ClusterAPI.imageBuilder/REMOVED/packer/vbox/packer-common.json

9 lines
141 B
JSON
Raw Normal View History

2023-02-22 21:24:42 +01:00
{
"boot_wait": "10s",
"cpu": "4",
"memory": "8192",
"ssh_password": "vagrant",
"ssh_timeout": "60m",
"ssh_username": "vagrant"
}