2014-07-05 20:01:20 +02:00
|
|
|
---
|
2015-12-13 14:54:06 +01:00
|
|
|
name: debian-{system.release}-{system.architecture}-{provider.virtualization}-{%Y}-{%m}-{%d}
|
2014-07-05 20:01:20 +02:00
|
|
|
provider:
|
|
|
|
name: ec2
|
|
|
|
virtualization: pvm
|
|
|
|
# credentials:
|
|
|
|
# access-key: AFAKEACCESSKEYFORAWS
|
|
|
|
# secret-key: thes3cr3tkeyf0ryourawsaccount/FS4d8Qdva
|
|
|
|
# certificate: /path/to/your/certificate.pem
|
|
|
|
# private-key: /path/to/your/private.key
|
|
|
|
# user-id: arn:aws:iam::123456789012:user/iamuser
|
|
|
|
description: Debian {system.release} {system.architecture} AMI
|
|
|
|
bucket: debian-amis-cn-north-1
|
|
|
|
region: cn-north-1
|
2015-12-13 14:54:06 +01:00
|
|
|
bootstrapper:
|
|
|
|
workspace: /target
|
2014-07-05 20:01:20 +02:00
|
|
|
system:
|
|
|
|
release: wheezy
|
|
|
|
architecture: amd64
|
|
|
|
bootloader: pvgrub
|
|
|
|
charmap: UTF-8
|
|
|
|
locale: en_US
|
|
|
|
timezone: UTC
|
|
|
|
volume:
|
|
|
|
backing: s3
|
|
|
|
partitions:
|
|
|
|
type: none
|
|
|
|
root:
|
|
|
|
filesystem: ext4
|
|
|
|
size: 4GiB
|
|
|
|
packages:
|
|
|
|
mirror: http://ftp.cn.debian.org/debian
|
|
|
|
plugins:
|
|
|
|
cloud_init:
|
|
|
|
disable_modules:
|
2018-01-20 10:30:37 +01:00
|
|
|
- landscape
|
|
|
|
- byobu
|
|
|
|
- ssh-import-id
|
2014-07-05 20:01:20 +02:00
|
|
|
username: admin
|