From 3b908a066321845be61a95f182b6e0e95be218c5 Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Thu, 27 Apr 2017 00:45:36 +0200
Subject: [PATCH] network interface nach neuinstallation server

---
 host_vars/warpsrvint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host_vars/warpsrvint b/host_vars/warpsrvint
index 1a64c61a..7920ffd3 100644
--- a/host_vars/warpsrvint
+++ b/host_vars/warpsrvint
@@ -3,7 +3,7 @@
 
 motd_lines: 
   - "Interner Server @ warpzone"
-  - "Haupt-IP @ eth2: {{ansible_eth2.ipv4.address}}"
+  - "Haupt-IP @ eth1: {{ansible_eth1.ipv4.address}}"
 
 debian_sources: 
   - "deb http://debian.uni-duisburg-essen.de/debian/ jessie main non-free contrib"
-- 
GitLab