CSIT-687: Directory structure reorganization
[csit.git] / resources / tools / testbed-setup / playbooks / files / interfaces
index 734d8cd..25ea35a 100644 (file)
@@ -6,9 +6,12 @@ auto lo
 iface lo inet loopback
 
 # The primary network interface
-auto {{ ansible_default_ipv4["interface"] }}
-iface {{ ansible_default_ipv4["interface"] }} inet static
+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