mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Add jessie-vagrant manifest example
This commit is contained in:
parent
144a33531f
commit
daedb0e177
1 changed files with 30 additions and 0 deletions
30
manifests/examples/virtualbox/jessie-vagrant.yml
Normal file
30
manifests/examples/virtualbox/jessie-vagrant.yml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
||||||
|
provider:
|
||||||
|
name: virtualbox
|
||||||
|
guest_additions: /usr/share/virtualbox/VBoxGuestAdditions.iso
|
||||||
|
bootstrapper:
|
||||||
|
workspace: /target
|
||||||
|
system:
|
||||||
|
release: jessie
|
||||||
|
architecture: amd64
|
||||||
|
bootloader: grub
|
||||||
|
charmap: UTF-8
|
||||||
|
hostname: localhost
|
||||||
|
locale: en_US
|
||||||
|
timezone: UTC
|
||||||
|
volume:
|
||||||
|
backing: vmdk
|
||||||
|
partitions:
|
||||||
|
type: msdos
|
||||||
|
boot:
|
||||||
|
filesystem: ext2
|
||||||
|
size: 64MiB
|
||||||
|
root:
|
||||||
|
filesystem: ext4
|
||||||
|
size: 1856MiB
|
||||||
|
swap:
|
||||||
|
size: 128MiB
|
||||||
|
packages: {}
|
||||||
|
plugins:
|
||||||
|
vagrant: {}
|
Loading…
Add table
Reference in a new issue