mirror of https://dev.ccchb.de/ccchb/ansible.git
declare vm mail.emma.ccchb.de
This commit is contained in:
parent
0fd4770788
commit
46d400f477
|
@ -257,3 +257,22 @@ bhyve_guests:
|
|||
volsize: 128g
|
||||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
||||
- name: mail
|
||||
index: 11
|
||||
enabled: true
|
||||
ram: 2G
|
||||
cpus: 1
|
||||
image: nixos-25.11pre854036.d7600c775f87-x86_64-linux.iso
|
||||
password: foobar
|
||||
order:
|
||||
- DISKS
|
||||
- CDROM
|
||||
disks:
|
||||
- name: disk
|
||||
virtio: true
|
||||
virtio_slot: 8
|
||||
properties:
|
||||
volsize: 128g
|
||||
volblocksize: 64k
|
||||
primarycache: metadata
|
||||
|
|
Loading…
Reference in New Issue