2015-06-29 23:28:33 +00:00
|
|
|
---
|
2016-11-03 05:32:11 +00:00
|
|
|
name: debian-{system.release}-{system.architecture}-{provider.virtualization}-{%Y}-{%m}-{%d}-{%H}{%M}-ebs
|
|
|
|
tags:
|
|
|
|
Name: "Jessie 8.6+1"
|
|
|
|
Debian: "8.6+{%Y}{%m}{%d}"
|
2015-06-29 23:28:33 +00:00
|
|
|
provider:
|
|
|
|
name: ec2
|
|
|
|
virtualization: hvm
|
|
|
|
enhanced_networking: simple
|
|
|
|
# credentials:
|
|
|
|
# access-key: AFAKEACCESSKEYFORAWS
|
|
|
|
# secret-key: thes3cr3tkeyf0ryourawsaccount/FS4d8Qdva
|
2015-12-13 14:54:06 +01:00
|
|
|
description: Debian {system.release} {system.architecture}
|
2015-06-29 23:28:33 +00:00
|
|
|
bootstrapper:
|
|
|
|
workspace: /target
|
|
|
|
system:
|
|
|
|
release: jessie
|
|
|
|
architecture: amd64
|
2016-06-05 10:35:13 +02:00
|
|
|
bootloader: grub
|
2015-06-29 23:28:33 +00:00
|
|
|
charmap: UTF-8
|
|
|
|
locale: en_US
|
|
|
|
timezone: UTC
|
|
|
|
volume:
|
|
|
|
backing: ebs
|
|
|
|
partitions:
|
2016-06-05 10:35:13 +02:00
|
|
|
type: gpt
|
2015-06-29 23:28:33 +00:00
|
|
|
root:
|
|
|
|
filesystem: ext4
|
|
|
|
size: 8GiB
|
|
|
|
packages:
|
|
|
|
mirror: http://cloudfront.debian.net/debian
|
2016-06-05 10:35:13 +02:00
|
|
|
components:
|
2016-09-22 17:19:40 +01:00
|
|
|
- main
|
|
|
|
- contrib
|
|
|
|
- non-free
|
2016-06-05 10:35:13 +02:00
|
|
|
preferences:
|
|
|
|
backport-cloud-init-cloud-utils:
|
2016-09-22 17:19:40 +01:00
|
|
|
- package: cloud-init cloud-utils
|
|
|
|
pin: release n=jessie-backports
|
|
|
|
pin-priority: 500
|
2016-06-05 10:35:13 +02:00
|
|
|
install:
|
2016-09-22 17:19:40 +01:00
|
|
|
- awscli
|
|
|
|
- python-boto
|
|
|
|
- python3-boto
|
|
|
|
- apt-transport-https
|
|
|
|
- lvm2
|
|
|
|
- ncurses-term
|
|
|
|
- parted
|
|
|
|
- cloud-init
|
|
|
|
- cloud-utils
|
|
|
|
- gdisk
|
|
|
|
- systemd
|
|
|
|
- systemd-sysv
|
2015-06-29 23:28:33 +00:00
|
|
|
plugins:
|
|
|
|
cloud_init:
|
|
|
|
metadata_sources: Ec2
|
|
|
|
username: admin
|
2016-06-05 10:35:13 +02:00
|
|
|
enable_modules:
|
|
|
|
cloud_init_modules:
|
2016-09-22 17:19:40 +01:00
|
|
|
- {module: growpart, position: 4}
|