aboutsummaryrefslogtreecommitdiffstats
path: root/roles/bhyve/defaults/main.yml
blob: c237caca4c38e50da653087e957fb859d1d66ea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# 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.8/amd64/cd68.iso
remember that computers suck.