From 36846d600edbbda4be93d8133a22bd8f533d2686 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Aug 2025 09:08:01 -0700 Subject: [PATCH] ns02: drop old addresses/interface Drop the old eth0/old addresses in favor of the new. It's all working there and also everything has been updated for the new address. We no longer need the old one. Signed-off-by: Kevin Fenzi --- inventory/host_vars/ns02.fedoraproject.org | 37 ++++------------------ 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/inventory/host_vars/ns02.fedoraproject.org b/inventory/host_vars/ns02.fedoraproject.org index 41e5f2ea24..1ed2553348 100644 --- a/inventory/host_vars/ns02.fedoraproject.org +++ b/inventory/host_vars/ns02.fedoraproject.org @@ -17,21 +17,16 @@ dns1: 152.2.21.1 dns2: 152.2.253.100 dns_search1: vpn.fedoraproject.org dns_search2: fedoraproject.org -eth0_ipv4_ip: 152.19.134.139 -eth0_ipv4_gw: 152.19.134.129 -eth0_ipv4_nm: 25 -eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:00fe:fed7" -eth0_ipv6_gw: "2600:2701:4000:5211::1" -eth0_ipv6_nm: 104 -eth1_ipv4_ip: 152.2.23.107 -eth1_ipv4_gw: 152.2.23.97 -eth1_ipv4_nm: 27 -eth1_ipv6_ip: "2606:f640:6000:651::11" -eth1_ipv6_gw: "2606:f640:6000:651::1" -eth1_ipv6_nm: 64 +eth0_ipv4_ip: 152.2.23.107 +eth0_ipv4_gw: 152.2.23.97 +eth0_ipv4_nm: 27 +eth0_ipv6_ip: "2606:f640:6000:651::11" +eth0_ipv6_gw: "2606:f640:6000:651::1" +eth0_ipv6_nm: 64 has_ipv6: yes ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel +main_bridge: br1 network_connections: - autoconnect: yes ip: @@ -51,24 +46,6 @@ network_connections: mac: "{{ ansible_eth0.macaddress }}" name: eth0 type: ethernet - - autoconnect: yes - ip: - address: - - "{{ eth1_ipv4_ip }}/{{ eth1_ipv4_nm }}" - - "{{ eth1_ipv6_ip }}/{{ eth1_ipv6_nm }}" - dhcp4: no - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - - 2001:4860:4860::8888 - dns_search: - - "{{ dns_search1 }}" - - "{{ dns_search2 }}" - gateway4: "{{ eth1_ipv4_gw }}" - gateway6: "{{ eth1_ipv6_gw }}" - mac: "{{ ansible_eth1.macaddress }}" - name: eth1 - type: ethernet postfix_group: vpn vmhost: ibiblio05.fedoraproject.org volgroup: /dev/vg_guests