mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
40 lines
823 B
JSON
40 lines
823 B
JSON
{
|
|
"provider" : "kvm",
|
|
"virtualization": "virtio",
|
|
|
|
"bootstrapper": {
|
|
"workspace": "/mnt/target",
|
|
"mirror" : "http://ftp.fr.debian.org/debian/"
|
|
},
|
|
"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"
|
|
},
|
|
"volume": {
|
|
"backing" : "raw",
|
|
"filesystem": "ext4",
|
|
"size" : 1024,
|
|
"loopback_dir" : "/tmp"
|
|
},
|
|
"plugins": {
|
|
"user_packages": {
|
|
"enabled": true,
|
|
"repo": [ "apache2" ],
|
|
"local": []
|
|
},
|
|
"root_password": {
|
|
"enabled": true,
|
|
"password": "test"
|
|
},
|
|
"opennebula": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|