mirror of https://dev.ccchb.de/ccchb/ansible.git
Add geno-playground as bhyve-VM on emma
This commit is contained in:
parent
1b35ee4de3
commit
29ea8933fa
|
@ -57,6 +57,22 @@ bhyve_guests:
|
|||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
||||
- name: geno-playground
|
||||
index: 3
|
||||
enabled: true
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
password: foobar
|
||||
image: manjaro-architect-20.0.3-200607-linux56.iso
|
||||
order:
|
||||
- DISKS
|
||||
disks:
|
||||
- name: disk
|
||||
properties:
|
||||
volsize: 32g
|
||||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
||||
- name: fbsd
|
||||
index: 4
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue