mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
add sample virtualbox manifest
This commit is contained in:
parent
3e11431353
commit
d6e08d8d25
1 changed files with 37 additions and 0 deletions
37
manifests/virtualbox.json
Normal file
37
manifests/virtualbox.json
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"provider" : "virtualbox",
|
||||||
|
"virtualization": "ide",
|
||||||
|
|
||||||
|
"bootstrapper": {
|
||||||
|
"mount_dir": "/mnt/target"
|
||||||
|
},
|
||||||
|
"image": {
|
||||||
|
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||||
|
"description": "Debian {release} {architecture} ({virtualization})"
|
||||||
|
},
|
||||||
|
"system": {
|
||||||
|
"release" : "wheezy",
|
||||||
|
"architecture": "amd64",
|
||||||
|
"timezone" : "UTC",
|
||||||
|
"locale" : "en_US",
|
||||||
|
"charmap" : "UTF-8",
|
||||||
|
"mirror" : "http://ftp.fr.debian.org/debian/"
|
||||||
|
},
|
||||||
|
"volume": {
|
||||||
|
"backing" : "raw",
|
||||||
|
"filesystem": "ext4",
|
||||||
|
"size" : 1024,
|
||||||
|
"loopback_dir" : "/tmp"
|
||||||
|
},
|
||||||
|
"plugins": {
|
||||||
|
"user_packages": {
|
||||||
|
"enabled": true,
|
||||||
|
"repo": [ "apache2" ],
|
||||||
|
"local": []
|
||||||
|
},
|
||||||
|
"root_password": {
|
||||||
|
"enabled": true,
|
||||||
|
"password": "test"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue