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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-08-26 09:08:01 -07:00
parent 7d07b62336
commit 36846d600e

View File

@@ -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