solar/bootstrap/solar-master.json
2015-08-06 13:09:47 +02:00

22 lines
543 B
JSON

{
"builders": [{
"type": "virtualbox-ovf",
"source_path": "trusty64/box.ovf",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now"
}],
"provisioners": [
{
"type": "shell",
"script": "playbooks/files/ubuntu-ansible.sh"
}, {
"type": "ansible-local",
"playbook_dir": "playbooks",
"playbook_file": "playbooks/build-main.yml"
}],
"post-processors": [{
"type": "vagrant",
"output": "solar-master.box"
}]
}