9edecbfc86
Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
28 lines
537 B
JSON
28 lines
537 B
JSON
{
|
|
"builders": [
|
|
{
|
|
"communicator": "ssh",
|
|
"name": "vagrant-virtualbox",
|
|
"provider": "virtualbox",
|
|
"source_path": "generic/ubuntu1804",
|
|
"type": "vagrant"
|
|
},
|
|
{
|
|
"communicator": "ssh",
|
|
"name": "vagrant-libvirt",
|
|
"provider": "libvirt",
|
|
"source_path": "generic/ubuntu1804",
|
|
"type": "vagrant"
|
|
}
|
|
],
|
|
"provisioners": [
|
|
{
|
|
"script": "provision.sh",
|
|
"type": "shell"
|
|
}
|
|
],
|
|
"variables": {
|
|
"cloud_token": "{{ env `VAGRANT_CLOUD_TOKEN` }}"
|
|
}
|
|
}
|