From 5c7fdd303c259f91bcd868a94c1841b0632382c2 Mon Sep 17 00:00:00 2001
From: Martin Pietsch <martin.pietsch@tu-dresden.de>
Date: Wed, 12 Feb 2020 13:43:46 +0100
Subject: [PATCH] added new default values

---
 defaults/main.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/defaults/main.yml b/defaults/main.yml
index 25e9dc1..f552369 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -2,3 +2,9 @@
 linux_installer_home_mirror: "http://dl-cdn.alpinelinux.org/alpine"
 linux_installer_local_mirror: "{{ linux_installer_home_mirror }}" 
 linux_installer_version: "3.10"
+
+system_answerfile_state: "present"
+system_answerfile_server: "localhost"
+system_answerfile_url: "tftp://localhost"
+
+system_installer_server: "localhost"
-- 
GitLab