mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
30 lines
560 B
YAML
30 lines
560 B
YAML
---
|
|
provider:
|
|
name: azure
|
|
waagent:
|
|
version: 2.0.13
|
|
bootstrapper:
|
|
mirror: http://httpredir.debian.org/debian/
|
|
workspace: /target
|
|
image:
|
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
|
description: Debian {system.release} {system.architecture}
|
|
system:
|
|
release: jessie
|
|
architecture: amd64
|
|
bootloader: grub
|
|
charmap: UTF-8
|
|
locale: en_US
|
|
timezone: UTC
|
|
volume:
|
|
backing: raw
|
|
partitions:
|
|
type: msdos
|
|
root:
|
|
filesystem: ext4
|
|
size: 10GiB
|
|
packages: {}
|
|
plugins:
|
|
ntp:
|
|
servers:
|
|
- time.windows.com
|