Fix Fedora installs and upgrade to version 33
This commit is contained in:
parent
1e69b21b08
commit
e048e97abc
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# fix python path errors
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
# default resources for new vm
|
||||
dsk_size: 20
|
||||
mem_size: 2048
|
||||
|
@ -15,5 +18,5 @@ ipcmd: >-
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
virt_install_os_args: >
|
||||
--location https://download.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os
|
||||
--location https://download.fedoraproject.org/pub/fedora/linux/releases/33/Everything/x86_64/os
|
||||
--extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0 {{ ipcmd }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue