diff --git a/group_vars/centos8.yml b/group_vars/centos8.yml new file mode 100644 index 0000000..9f9d85d --- /dev/null +++ b/group_vars/centos8.yml @@ -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