mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
53 lines
1 KiB
JSON
53 lines
1 KiB
JSON
{
|
|
"provider": "ec2",
|
|
"virtualization": "pvm",
|
|
"credentials": {
|
|
"access-key": null,
|
|
"secret-key": null
|
|
},
|
|
|
|
"bootstrapper": {
|
|
"workspace": "/target",
|
|
"mirror": "http://http.debian.net/debian"
|
|
},
|
|
"image": {
|
|
"name": "debian-{release}-{architecture}-{virtualization}-{%Y}{%m}{%d}",
|
|
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
|
},
|
|
"system": {
|
|
"release": "wheezy",
|
|
"architecture": "amd64",
|
|
"timezone": "UTC",
|
|
"locale": "en_US",
|
|
"charmap": "UTF-8"
|
|
},
|
|
"volume": {
|
|
"backing": "ebs",
|
|
"partition_table": {
|
|
"type": null,
|
|
"partitions": [
|
|
{"size": 8192,
|
|
"filesystem": "ext4",
|
|
"flags": ["root"]}
|
|
]
|
|
}
|
|
},
|
|
"plugins": {
|
|
"admin_user": {
|
|
"enabled": true,
|
|
"username": "admin"
|
|
},
|
|
"backports": {
|
|
"enabled": true,
|
|
"packages": [ "cloud-init" ]
|
|
},
|
|
"build_metadata": {
|
|
"enabled": false,
|
|
"path": "/root/build-metadata-{ami_name}"
|
|
},
|
|
"prebootstrapped": {
|
|
"enabled": false,
|
|
"snapshot": ""
|
|
}
|
|
}
|
|
}
|