Define a FreeBSD test VM
This commit is contained in:
parent
1af8f40694
commit
debd0df053
1 changed files with 25 additions and 0 deletions
25
host_vars/emma.ccchb.de
Normal file
25
host_vars/emma.ccchb.de
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
bhyve_ipv4: 10.0.0.0
|
||||
bhyve_ipv6: 2a01:4f8:150:926f::4
|
||||
bhyve_pool: emma
|
||||
bhyve_port: 10000
|
||||
|
||||
bhyve_guests:
|
||||
- name: fbsd
|
||||
index: 4
|
||||
enabled: true
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
image: FreeBSD-12.1-RELEASE-amd64-dvd1.iso
|
||||
# WOULD ENABLE VNC
|
||||
# password: hekeeSee4ohR5IMei2yoot1xei3wah4R
|
||||
order:
|
||||
# WOULD BOOT FROM THE ISO
|
||||
# - ISO
|
||||
- DISKS
|
||||
disks:
|
||||
- name: disk
|
||||
properties:
|
||||
volsize: 64g
|
||||
volblocksize: 64k
|
||||
primarycache: metadata
|
Loading…
Reference in a new issue