Increase default vCPU count to 2

This commit is contained in:
Timo Makinen 2021-09-02 13:01:01 +00:00
parent 06f81b8ad3
commit 9bc17f53d4
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# default resources for new vm
dsk_size: 20
mem_size: 2048
num_cpus: 1
num_cpus: 2
# extra args for virt-install
ks_file: "{{ boot_url }}/ks/centos8.ks"