mirror of https://dev.ccchb.de/ccchb/ansible.git
Define jabber vm
This commit is contained in:
parent
494dc7b106
commit
66ba886916
|
@ -165,3 +165,20 @@ bhyve_guests:
|
|||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
||||
- name: jabber
|
||||
index: 7
|
||||
enabled: true
|
||||
ram: 1G
|
||||
cpus: 1
|
||||
image: debian-10.5.0-amd64-netinst.iso
|
||||
password: foobar
|
||||
order:
|
||||
- ISO
|
||||
- DISKS
|
||||
disks:
|
||||
- name: disk
|
||||
properties:
|
||||
volsize: 32g
|
||||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
||||
|
|
Loading…
Reference in New Issue