mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
ec2: Update official jessie 64-bit hvm manifest
Snatched from PR #256 by @JamesBromberger
This commit is contained in:
parent
bb41ba68dd
commit
4031fd6f84
1 changed files with 27 additions and 2 deletions
|
@ -13,20 +13,45 @@ bootstrapper:
|
|||
system:
|
||||
release: jessie
|
||||
architecture: amd64
|
||||
bootloader: extlinux
|
||||
bootloader: grub
|
||||
charmap: UTF-8
|
||||
locale: en_US
|
||||
timezone: UTC
|
||||
volume:
|
||||
backing: ebs
|
||||
partitions:
|
||||
type: none
|
||||
type: gpt
|
||||
root:
|
||||
filesystem: ext4
|
||||
size: 8GiB
|
||||
packages:
|
||||
mirror: http://cloudfront.debian.net/debian
|
||||
components:
|
||||
- main
|
||||
- contrib
|
||||
- non-free
|
||||
preferences:
|
||||
backport-cloud-init-cloud-utils:
|
||||
- package: cloud-init cloud-utils
|
||||
pin: release n=jessie-backports
|
||||
pin-priority: 500
|
||||
install:
|
||||
- awscli
|
||||
- python-boto
|
||||
- python3-boto
|
||||
- apt-transport-https
|
||||
- lvm2
|
||||
- ncurses-term
|
||||
- parted
|
||||
- cloud-init
|
||||
- cloud-utils
|
||||
- gdisk
|
||||
- systemd
|
||||
- systemd-sysv
|
||||
plugins:
|
||||
cloud_init:
|
||||
metadata_sources: Ec2
|
||||
username: admin
|
||||
enable_modules:
|
||||
cloud_init_modules:
|
||||
- { module: growpart, position: 4}
|
||||
|
|
Loading…
Add table
Reference in a new issue