add support for installing centos 8 virtual machines
This commit is contained in:
parent
3dbb65302e
commit
7a19cf852c
1 changed files with 10 additions and 0 deletions
10
group_vars/centos8.yml
Normal file
10
group_vars/centos8.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue