rdu3 / proxy01.rdu3: correct ip

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-27 17:42:50 -07:00
parent 93edb6fb70
commit 8d37c36f92

View file

@ -5,7 +5,7 @@ dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search2: "vpn.fedoraproject.org"
dns_search3: "fedoraproject.org"
eth0_ipv4: 10.16.163.74
eth0_ipv4_ip: 10.16.163.74
eth0_ipv4_gw: 10.16.163.254
#
# This host is externally reachable
@ -21,7 +21,7 @@ network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"