CSIT-1070 Update Ansible structure
[csit.git] / resources / tools / testbed-setup / playbooks / files / interfaces_virl
diff --git a/resources/tools/testbed-setup/playbooks/files/interfaces_virl b/resources/tools/testbed-setup/playbooks/files/interfaces_virl
deleted file mode 100644 (file)
index 25ea35a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file describes the network interfaces available on your system
-# and how to activate them. For more information, see interfaces(5).
-
-# The loopback network interface
-auto lo
-iface lo inet loopback
-
-# The primary network interface
-auto br1
-iface br1 inet static
-    address {{ ansible_default_ipv4["address"] }}
-    netmask {{ ansible_default_ipv4["netmask"] }}
-    gateway {{ ansible_default_ipv4["gateway"] }}
-    dns-nameservers 199.204.44.24 199.204.47.54
-    bridge_maxwait 0
-    bridge_ports eth0 eth4
-    bridge_stp off