summaryrefslogtreecommitdiff
path: root/host_vars/sk2016.yaml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-11-23 01:12:59 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-11-23 01:12:59 +0100
commite273477b56d8e08ad1eb288d79e60c491df3c887 (patch)
treef930b32b01cbe386808a87b9e1ea7c22713cbe6c /host_vars/sk2016.yaml
parentadded inital role vm-host (diff)
vm install role basically works now - needs cleanup and testing
Diffstat (limited to 'host_vars/sk2016.yaml')
-rw-r--r--host_vars/sk2016.yaml14
1 files changed, 10 insertions, 4 deletions
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