From b9190670cb4716274f0f7b3658af93622477afc9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 8 Jun 2023 09:20:33 -0700 Subject: [PATCH] ibiblio02: adjust connection settings Signed-off-by: Kevin Fenzi --- inventory/host_vars/ibiblio02.fedoraproject.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/host_vars/ibiblio02.fedoraproject.org b/inventory/host_vars/ibiblio02.fedoraproject.org index c9784e601c..ed79c01924 100644 --- a/inventory/host_vars/ibiblio02.fedoraproject.org +++ b/inventory/host_vars/ibiblio02.fedoraproject.org @@ -16,7 +16,7 @@ has_ipv6: true br0_port0_mac: 6c:fe:54:5d:ff:7c network_connections: - autoconnect: true - - name: br0 + name: br0 state: up type: bridge mtu: 9000 @@ -33,6 +33,7 @@ network_connections: gateway4: '{{ br0_ipv4_gw }}' gateway6: '{{ br0_ipv6_gw }}' - name: br0-port0 + autoconnect: true mac: "{{ br0_port0_mac }}" master: br0 state: up