mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
37 lines
773 B
JSON
37 lines
773 B
JSON
{
|
|
"provider": "ec2",
|
|
"virtualization": "pvm",
|
|
"credentials": {
|
|
// "access-key": null,
|
|
// "secret-key": null
|
|
},
|
|
|
|
"bootstrapper": {
|
|
"workspace": "/target"
|
|
},
|
|
"image": {
|
|
"name": "debian-{system.release}-{system.architecture}-{virtualization}-{%y}{%m}{%d}",
|
|
"description": "Debian {system.release} {system.architecture} AMI ({virtualization})"
|
|
},
|
|
"system": {
|
|
"release": "wheezy",
|
|
"architecture": "amd64",
|
|
"bootloader": "pvgrub",
|
|
"timezone": "UTC",
|
|
"locale": "en_US",
|
|
"charmap": "UTF-8"
|
|
},
|
|
"packages": {
|
|
"mirror": "http://cloudfront.debian.net/debian"
|
|
},
|
|
"volume": {
|
|
"backing": "ebs",
|
|
"partitions": {
|
|
"type": "msdos",
|
|
"root": {
|
|
"size": "1GiB",
|
|
"filesystem": "ext4"
|
|
}
|
|
}
|
|
}
|
|
}
|