From b0ff6392402a1901ce90dc29979e8598d8ab1f65 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 22 May 2019 23:54:15 +0300 Subject: [PATCH] add some defaults vars for centos7 --- group_vars/centos7.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 group_vars/centos7.yml diff --git a/group_vars/centos7.yml b/group_vars/centos7.yml new file mode 100644 index 0000000..5fdd45a --- /dev/null +++ b/group_vars/centos7.yml @@ -0,0 +1,10 @@ +--- +# default resources for new vm +dsk_size: 20 +mem_size: 1536 +num_cpus: 1 + +# extra args for virt-install +virt_install_os_args: > + --extra-args "ks=http://boot.foo.sh/ks/centos7.ks console=ttyS0 net.ifnames=0 ksdevice=eth0" + --location http://centos.mirror.gnu.fi/7/os/x86_64