From 475fe5637599a8ed22963621381aa8d8a27a0d47 Mon Sep 17 00:00:00 2001 From: Crest Date: Thu, 25 Nov 2021 14:44:34 +0100 Subject: [PATCH] Add docloc VM --- host_vars/emma.ccchb.de | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/host_vars/emma.ccchb.de b/host_vars/emma.ccchb.de index b5763b5..51076a8 100644 --- a/host_vars/emma.ccchb.de +++ b/host_vars/emma.ccchb.de @@ -193,3 +193,18 @@ bhyve_guests: volblocksize: 64k primarycache: metadata + - name: docloc + index: 8 + enabled: true + ram: 1G + cpus: 1 + image: debian-10.5.0-amd64-netinst.iso + password: foobar + order: + - DISKS + disks: + - name: disk + properties: + volsize: 128g + volblocksize: 64k + primarycache: metadata