blob: ef9efc77c4ce7990c55fdc01c1896fb098c31e85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# bhyve ~~ roles/bhyve/defaults/main.yml
# main variables for all bhyve tasks
---
bhyve_dir: "/data/bhyve"
bhyve_user: "bhyve"
bhyve_group: "bhyve"
bhyve_bootdelay: "3"
bhyve_strict: true
bhyve_iso:
- https://dl-cdn.alpinelinux.org/alpine/v3.13/releases/x86_64/alpine-virt-3.13.0-x86_64.iso
- https://cdn.openbsd.org/pub/OpenBSD/6.9/amd64/cd69.iso
bhyve_dependencies:
- vm-bhyve
- bhyve-firmware
- grub2-bhyve
- devcpu-data
|