aboutsummaryrefslogtreecommitdiffstats
path: root/roles/bhyve/vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-19 23:40:34 +0100
committerbinary <me@rgoncalves.se>2020-11-19 23:40:34 +0100
commit3e891b1a1fe21c26e7a09293106bf60dea6334e5 (patch)
treea29d9e192423a39f9e6720a6acdaa05a24b0676f /roles/bhyve/vars
parentc7cca6eb560146116a57fb2a2bfff35c9ba023bc (diff)
downloadinfrastructure-3e891b1a1fe21c26e7a09293106bf60dea6334e5.tar.gz
Basic behyve initialization
Diffstat (limited to 'roles/bhyve/vars')
-rw-r--r--roles/bhyve/vars/main.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/roles/bhyve/vars/main.yml b/roles/bhyve/vars/main.yml
new file mode 100644
index 0000000..7819620
--- /dev/null
+++ b/roles/bhyve/vars/main.yml
@@ -0,0 +1,24 @@
+
+# bhyve ~~ roles/bhyve/vars/main.yml
+# main variables for all bhyve tasks
+
+---
+
+bhyve_dir: "/data/bhyve"
+bhyve_user: "bhyve"
+bhyve_group: "bhyve"
+
+bhyve_iso:
+
+ - name: "alpine"
+ version: "3.12.1"
+ versiondir: "3.12"
+ url: "http://dl-cdn.alpinelinux.org/alpine/vVERSIONDIR/releases/x86_64/alpine-virt-VERSION-x86_64.iso"
+ sha256: "http://dl-cdn.alpinelinux.org/alpine/vVERSIONDIR/releases/x86_64/alpine-virt-VERSION-x86_64.iso.sha256"
+
+ - name: "openbsd"
+ version: "68"
+ versiondir: "6.8"
+ url: "https://cdn.openbsd.org/pub/OpenBSD/VERSIONDIR/amd64/installVERSION.img"
+ sha256: "d3603291fa50bcf056fa304acf9311556331598f31dfbbbc6797ae88f43c948b"
+
remember that computers suck.