--- # default resources for new vm dsk_size: 20 mem_size: 1536 num_cpus: 1 # extra args for virt-install ks_file: "{{ boot_url }}/centos7.ks" virt_install_os_args: > --extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0" --location http://centos.mirror.gnu.fi/7/os/x86_64