mirror of https://dev.ccchb.de/ccchb/ansible.git
upps
This commit is contained in:
parent
da0941bdef
commit
5f5e661409
|
@ -29,7 +29,7 @@ foreground { fdmove -c 1 2 echo "bhyve-${NAME}: Starting VM ${NAME} with ${CPUS}
|
|||
s6-notifyoncheck -d -w 100 -n 70
|
||||
|
||||
fdmove -c 2 1
|
||||
bhyve -c "{{ item.0.cpus }}" -m "{{ item.0.ram }}" -w -A -P -h
|
||||
bhyve -c "{{ item.0.cpus }}" -m "{{ item.0.ram }}" -w -A -P -H
|
||||
-s "0,amd_hostbridge"
|
||||
-s "2:0,ahci${AHCI}"
|
||||
-s "3,virtio-net,${NIC}"
|
||||
|
|
Loading…
Reference in New Issue