From d0945ddb6931f540feca5f893a4fd3a669d3dfa4 Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Sat, 28 Jul 2018 19:08:08 +0200 Subject: [PATCH] Only use one interface for sojus --- host_vars/ariane | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/host_vars/ariane b/host_vars/ariane index 3d80a58..0d5b2c6 100644 --- a/host_vars/ariane +++ b/host_vars/ariane @@ -37,10 +37,10 @@ lxc: revision: "01" template: voidlinux config: - - lxc.network.1.type = veth - - lxc.network.1.hwaddr = 2e:6d:b6:07:17:01 - - lxc.network.1.link = br0 - - lxc.network.1.flags = up + - lxc.network.type = veth + - lxc.network.hwaddr = 2e:6d:b6:07:17:01 + - lxc.network.link = br0 + - lxc.network.flags = up - lxc.pts = 6 - lxc.mount.entry = /zv1/sojus /var/lib/lxc/lxc-sojus-01/rootfs/home/backup/repos none bind,create=dir 0 0