23 lines
346 B
JSON
23 lines
346 B
JSON
{
|
|
"variables": {
|
|
},
|
|
"builders":
|
|
[
|
|
{
|
|
"type": "docker",
|
|
"image": "debian:stretch",
|
|
"export_path": "rootfs.tar"
|
|
}
|
|
],
|
|
"provisioners": [
|
|
{
|
|
"type": "shell",
|
|
"script": "./setup.sh"
|
|
},
|
|
{
|
|
"type": "ansible",
|
|
"playbook_file": "ansible/playbook.yml",
|
|
"user": "root"
|
|
}
|
|
]
|
|
}
|