From 1a9d6577be9099cc6b117184ea0eff2c1492772c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 7 Jun 2023 16:16:48 -0700 Subject: [PATCH] ibiblio02: reindent network_connections and sort more readably Signed-off-by: Kevin Fenzi --- inventory/host_vars/ibiblio02.fedoraproject.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory/host_vars/ibiblio02.fedoraproject.org b/inventory/host_vars/ibiblio02.fedoraproject.org index b7f7091216..25d2c72f6a 100644 --- a/inventory/host_vars/ibiblio02.fedoraproject.org +++ b/inventory/host_vars/ibiblio02.fedoraproject.org @@ -16,6 +16,10 @@ has_ipv6: true br0_port0_mac: 6c:fe:54:5d:ff:7c network_connections: - autoconnect: true + - name: br0 + state: up + type: bridge + mtu: 9000 ip: address: - '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}' @@ -28,13 +32,9 @@ network_connections: - '{{ dns_search2 }}' gateway4: '{{ br0_ipv4_gw }}' gateway6: '{{ br0_ipv6_gw }}' - name: br0 - state: up - type: bridge - mtu: 9000 - - mac: "{{ br0_port0_mac }}" + - name: br0-port0 + mac: "{{ br0_port0_mac }}" master: br0 - name: br0-port0 state: up type: ethernet mtu: 9000