mirror of https://dev.ccchb.de/ccchb/ansible.git
Add docloc VM
This commit is contained in:
parent
567c94a199
commit
475fe56375
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue