mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
38 lines
759 B
JSON
38 lines
759 B
JSON
{
|
|
"provider" : "ec2",
|
|
"virtualization": "pvm",
|
|
"credentials" : {
|
|
"access-key": null,
|
|
"secret-key": null
|
|
},
|
|
|
|
"bootstrapper": {
|
|
"mount_dir": "/target",
|
|
"tarball": true
|
|
},
|
|
"image": {
|
|
"name" : "debian-{release}-{architecture}-{virtualization}-{year}{month}{day}",
|
|
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
|
},
|
|
"system": {
|
|
"release" : "wheezy",
|
|
"architecture": "amd64",
|
|
"timezone" : "UTC",
|
|
"locale" : "en_US",
|
|
"charmap" : "UTF-8"
|
|
},
|
|
"volume": {
|
|
"backing" : "ebs",
|
|
"filesystem": "ext4",
|
|
"size" : 1024
|
|
},
|
|
"plugins": {
|
|
"admin_user": {
|
|
"enabled": true
|
|
},
|
|
"build_metadata": {
|
|
"enabled": false,
|
|
"path" : "/root/build-metadata-{ami_name}"
|
|
}
|
|
}
|
|
}
|