add support for installing centos 8 virtual machines

This commit is contained in:
Timo Makinen 2020-02-27 14:24:16 +02:00
parent 3dbb65302e
commit 7a19cf852c

10
group_vars/centos8.yml Normal file
View file

@ -0,0 +1,10 @@
---
# default resources for new vm
dsk_size: 20
mem_size: 2048
num_cpus: 1
# extra args for virt-install
virt_install_os_args: >
--extra-args "ks=http://boot.foo.sh/ks/centos8.ks console=ttyS0 net.ifnames=0 ksdevice=eth0"
--location https://ftp.funet.fi/pub/mirrors/centos.org/8/BaseOS/x86_64/os