From 0f001083314fb62c15be19732260e5b841c6bb51 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 28 Aug 2015 18:13:09 +0200 Subject: Don't hardcode some urls on the installed systems --- site.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'site.yaml') diff --git a/site.yaml b/site.yaml index ba1f1eb..a0e7b28 100644 --- a/site.yaml +++ b/site.yaml @@ -1,3 +1,8 @@ --- - include: gitservers.yaml + vars_files: + - vars/main.yaml + - include: webservers.yaml + vars_files: + - vars/main.yaml -- cgit v1.2.1