2014-04-08 05:33:34 +00:00
|
|
|
---
|
2014-07-05 18:14:29 +02:00
|
|
|
provider:
|
|
|
|
name: "ec2"
|
|
|
|
virtualization: "pvm"
|
|
|
|
credentials:
|
2014-04-30 14:49:26 -05:00
|
|
|
access-key: ""
|
|
|
|
secret-key: ""
|
2014-04-08 05:33:34 +00:00
|
|
|
bootstrapper:
|
2014-07-05 18:14:29 +02:00
|
|
|
workspace: "/target"
|
2014-04-08 05:33:34 +00:00
|
|
|
image:
|
2014-07-05 18:14:29 +02:00
|
|
|
name: "debian-{system.release}-{system.architecture}-{virtualization}-{%Y}-{%m}-{%d}-ebs"
|
|
|
|
description: "Debian {system.release} {system.architecture}"
|
2014-04-08 05:33:34 +00:00
|
|
|
system:
|
2014-07-05 18:14:29 +02:00
|
|
|
release: "testing"
|
|
|
|
architecture: "amd64"
|
|
|
|
bootloader: "pvgrub"
|
|
|
|
timezone: "UTC"
|
|
|
|
locale: "en_US"
|
|
|
|
charmap: "UTF-8"
|
2014-04-08 05:33:34 +00:00
|
|
|
packages:
|
2014-07-05 18:14:29 +02:00
|
|
|
#mirror: "http://cloudfront.debian.net/debian"
|
|
|
|
install_standard: true
|
2014-04-08 05:33:34 +00:00
|
|
|
volume:
|
2014-07-05 18:14:29 +02:00
|
|
|
backing: "ebs"
|
|
|
|
partitions:
|
|
|
|
type: "none"
|
|
|
|
root:
|
|
|
|
size: "8GiB"
|
|
|
|
filesystem: "ext4"
|
2014-04-08 05:33:34 +00:00
|
|
|
plugins:
|
2014-07-05 18:14:29 +02:00
|
|
|
cloud_init:
|
|
|
|
username: "admin"
|
|
|
|
#metadata_sources: "Ec2"
|
|
|
|
disable_modules:
|
|
|
|
- "landscape"
|
|
|
|
- "byobu"
|
|
|
|
- "ssh-import-id"
|