diff --git a/inventory/host_vars/proxy01.stg.rdu3.fedoraproject.org b/inventory/host_vars/proxy01.stg.rdu3.fedoraproject.org index ea3e0f25c4..41de49d395 100644 --- a/inventory/host_vars/proxy01.stg.rdu3.fedoraproject.org +++ b/inventory/host_vars/proxy01.stg.rdu3.fedoraproject.org @@ -5,8 +5,10 @@ dns1: 10.16.163.33 dns2: 10.16.163.34 eth0_ipv4_gw: 10.16.166.254 eth0_ipv4_ip: 10.16.166.74 +eth0_secondary_ipv4_ip: 10.16.166.85 eth0_ipv6_gw: 2620:52:6:1131::1 eth0_ipv6_ip: 2620:52:6:1131:bead:cafe:feed:fed1 +eth0_secondary_ipv6_ip: 2620:52:6:1131:bead:cafe:feed:fed10 eth0_ipv6_nm: 64 network_connections: - autoconnect: yes @@ -14,6 +16,8 @@ network_connections: address: - "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}" - "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}" + - "{{ eth0_secondary_ipv4_ip }}/{{ eth0_ipv4_nm }}" + - "{{ eth0_secondary_ipv6_ip }}/{{ eth0_ipv6_nm }}" dhcp4: no dns: - "{{ dns1 }}"