mirror of https://dev.ccchb.de/ccchb/ansible.git
virtual machine configs changed
This commit is contained in:
parent
29a66fbc2d
commit
ca828099cf
|
@ -123,6 +123,8 @@ bhyve_guests:
|
||||||
- DISKS
|
- DISKS
|
||||||
disks:
|
disks:
|
||||||
- name: disk
|
- name: disk
|
||||||
|
virtio: true
|
||||||
|
virtio_slot: 8
|
||||||
properties:
|
properties:
|
||||||
volsize: 32g
|
volsize: 32g
|
||||||
volblocksize: 64k
|
volblocksize: 64k
|
||||||
|
@ -145,7 +147,7 @@ bhyve_guests:
|
||||||
|
|
||||||
- name: fbsd
|
- name: fbsd
|
||||||
index: 4
|
index: 4
|
||||||
enabled: true
|
enabled: false
|
||||||
ram: 1G
|
ram: 1G
|
||||||
cpus: 1
|
cpus: 1
|
||||||
image: FreeBSD-12.1-RELEASE-amd64-dvd1.iso
|
image: FreeBSD-12.1-RELEASE-amd64-dvd1.iso
|
||||||
|
@ -160,7 +162,7 @@ bhyve_guests:
|
||||||
|
|
||||||
- name: docloc-irc
|
- name: docloc-irc
|
||||||
index: 5
|
index: 5
|
||||||
enabled: true
|
enabled: false
|
||||||
ram: 1G
|
ram: 1G
|
||||||
cpus: 1
|
cpus: 1
|
||||||
image: debian-10.5.0-amd64-netinst.iso
|
image: debian-10.5.0-amd64-netinst.iso
|
||||||
|
@ -193,13 +195,15 @@ bhyve_guests:
|
||||||
- name: jabber
|
- name: jabber
|
||||||
index: 7
|
index: 7
|
||||||
enabled: true
|
enabled: true
|
||||||
ram: 1G
|
ram: 512M
|
||||||
cpus: 1
|
cpus: 1
|
||||||
image: debian-10.5.0-amd64-netinst.iso
|
image: debian-10.5.0-amd64-netinst.iso
|
||||||
order:
|
order:
|
||||||
- DISKS
|
- DISKS
|
||||||
disks:
|
disks:
|
||||||
- name: disk
|
- name: disk
|
||||||
|
virtio: true
|
||||||
|
virtio_slot: 8
|
||||||
properties:
|
properties:
|
||||||
volsize: 32g
|
volsize: 32g
|
||||||
volblocksize: 64k
|
volblocksize: 64k
|
||||||
|
|
Loading…
Reference in New Issue