mirror of https://dev.ccchb.de/ccchb/ansible.git
26 lines
488 B
Plaintext
26 lines
488 B
Plaintext
|
---
|
||
|
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
|