From cb006428feac7f330fee3098dbf749aec6ebf585 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 8 Jul 2020 03:16:17 +0200 Subject: vm/host/network: config initial setup works now --- inventory/host_vars/ch-oulu.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-oulu.yml b/inventory/host_vars/ch-oulu.yml index 1e43f21d..e9113e7e 100644 --- a/inventory/host_vars/ch-oulu.yml +++ b/inventory/host_vars/ch-oulu.yml @@ -23,3 +23,19 @@ network: gateway: "{{ network_zones.lan.gateway }}" interfaces: - *_network_primary_ + bonds: + - name: bond0 + mode: 802.3ad + slaves: + - eno1 + - eno2 + options: + miimon: 100 + vlans: + bond0: "{{ __vmhost_bridge_interface_zones__['bond0'] | map('extract', network_zones) | map(attribute='vlan') | list }}" + + +apt_repo_components: + - main + - contrib + - non-free ## for microcode updates -- cgit v1.2.3