From 676a9eda89e7f3f4cbd9494ec8da3f5f2343c53f Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Fri, 26 Oct 2018 22:27:09 +0200 Subject: [PATCH] Remove .1 for network devs --- host_vars/ariane | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/host_vars/ariane b/host_vars/ariane index 964126e..4212874 100644 --- a/host_vars/ariane +++ b/host_vars/ariane @@ -13,26 +13,29 @@ lxc: revision: "01" template: debian config: - - lxc.network.1.type = veth - - lxc.network.1.hwaddr = 1c:bd:b9:7f:fe:a4 - - lxc.network.1.link = br0 - - lxc.network.1.flags = up + - lxc.network.type = veth + - lxc.network.hwaddr = 1c:bd:b9:7f:fe:a4 + - lxc.network.link = br0 + - lxc.network.flags = up - name: betam revision: "01" template: debian config: - - lxc.network.1.type = veth - - lxc.network.1.hwaddr = 2e:6d:b6:07:14:01 - - lxc.network.1.link = br0 - - lxc.network.1.flags = up + - lxc.network.type = veth + - lxc.network.hwaddr = 2e:6d:b6:07:14:01 + - lxc.network.link = br0 + - lxc.network.flags = up - lxc.cgroup.devices.allow = c 188:0 rwm - name: zyklon revision: "01" template: voidlinux config: + - lxc.network.type = veth - lxc.network.hwaddr = 2e:6d:b6:07:15:01 + - lxc.network.link = br0 + - lxc.network.flags = up - lxc.pts = 6 - name: progress @@ -61,10 +64,10 @@ lxc: revision: "01" template: debian config: - - lxc.network.1.type = veth - - lxc.network.1.hwaddr = 2e:6d:b6:07:16:01 - - lxc.network.1.link = br0 - - lxc.network.1.flags = up + - lxc.network.type = veth + - lxc.network.hwaddr = 2e:6d:b6:07:16:01 + - lxc.network.link = br0 + - lxc.network.flags = up common_zfs: True common_snapper: False