mirror of https://dev.ccchb.de/ccchb/ansible.git
Add wiki.emma.ccchb.de guest
This commit is contained in:
parent
7192608aee
commit
75bbbb5429
|
@ -136,3 +136,21 @@ bhyve_guests:
|
||||||
volsize: 32g
|
volsize: 32g
|
||||||
volblocksize: 64k
|
volblocksize: 64k
|
||||||
primarycache: metadata
|
primarycache: metadata
|
||||||
|
|
||||||
|
- name: wiki
|
||||||
|
index: 6
|
||||||
|
enabled: true
|
||||||
|
ram: 1G
|
||||||
|
cpus: 1
|
||||||
|
image: debian-10.5.0-amd64-netinst.iso
|
||||||
|
password: foobar
|
||||||
|
order:
|
||||||
|
- ISO
|
||||||
|
- DISKS
|
||||||
|
disks:
|
||||||
|
- name: disk
|
||||||
|
properties:
|
||||||
|
volsize: 64g
|
||||||
|
volblocksize: 64k
|
||||||
|
primarycache: metadata
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue