Update Fedora to 34 and increase default vcpu count
This commit is contained in:
parent
21d1424d14
commit
d9366b6c96
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ ansible_python_interpreter: "/usr/bin/python3"
|
|||
# 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/fedora.ks"
|
||||
|
@ -18,5 +18,5 @@ ipcmd: >-
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
virt_install_os_args: >
|
||||
--location https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/x86_64/os
|
||||
--location https://download.fedoraproject.org/pub/fedora/linux/releases/34/Everything/x86_64/os
|
||||
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0 {{ ipcmd }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue