From e273477b56d8e08ad1eb288d79e60c491df3c887 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Nov 2017 01:12:59 +0100 Subject: vm install role basically works now - needs cleanup and testing --- host_vars/sk2016.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'host_vars/sk2016.yaml') diff --git a/host_vars/sk2016.yaml b/host_vars/sk2016.yaml index 16aae79e..ecfc12d4 100644 --- a/host_vars/sk2016.yaml +++ b/host_vars/sk2016.yaml @@ -8,7 +8,13 @@ vm_host: preseed_path: /srv/preseed path: /srv/installer distros: - debian: - - stretch - ubunt: - - xenial + - distro: debian + codename: stretch + arch: + - amd64 + - i386 + - distro: ubuntu + codename: xenial + arch: + - amd64 + - i386 -- cgit v1.2.3