mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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:
|
system:
|
||||||
release: jessie
|
release: jessie
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
bootloader: extlinux
|
bootloader: grub
|
||||||
charmap: UTF-8
|
charmap: UTF-8
|
||||||
locale: en_US
|
locale: en_US
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
volume:
|
volume:
|
||||||
backing: ebs
|
backing: ebs
|
||||||
partitions:
|
partitions:
|
||||||
type: none
|
type: gpt
|
||||||
root:
|
root:
|
||||||
filesystem: ext4
|
filesystem: ext4
|
||||||
size: 8GiB
|
size: 8GiB
|
||||||
packages:
|
packages:
|
||||||
mirror: http://cloudfront.debian.net/debian
|
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:
|
plugins:
|
||||||
cloud_init:
|
cloud_init:
|
||||||
metadata_sources: Ec2
|
metadata_sources: Ec2
|
||||||
username: admin
|
username: admin
|
||||||
|
enable_modules:
|
||||||
|
cloud_init_modules:
|
||||||
|
- { module: growpart, position: 4}
|
||||||
|
|
Loading…
Add table
Reference in a new issue