19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"provisioners": [
|
|
{
|
|
"type": "shell",
|
|
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
|
|
"script": "scripts/setup.sh"
|
|
}
|
|
],
|
|
"builders": [
|
|
{
|
|
"communicator": "ssh",
|
|
"source_path": "debian/bullseye64",
|
|
"provider": "virtualbox",
|
|
"add_force": true,
|
|
"type": "vagrant"
|
|
}
|
|
]
|
|
}
|