diff --git a/inventory/host_vars/autosign02.iad2.fedoraproject.org b/inventory/host_vars/autosign02.iad2.fedoraproject.org index 7a13871f7c..ea3504f406 100644 --- a/inventory/host_vars/autosign02.iad2.fedoraproject.org +++ b/inventory/host_vars/autosign02.iad2.fedoraproject.org @@ -4,10 +4,10 @@ dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" -eth0_ipv4: 10.3.169.28 -eth0_ipv4_gw: 10.3.169.254 -eth0_ipv4_nm: 24 -eth0_mac: "{{ mac1 }}" +eth1_ipv4: 10.3.169.47 +eth1_ipv4_gw: 10.3.169.254 +eth1_ipv4_nm: 24 +eth1_mac: "{{ mac3 }}" has_ipv4: yes mac1: C8:4B:D6:83:16:22 mac2: C8:4B:D6:83:16:23 @@ -17,7 +17,7 @@ network_connections: - autoconnect: yes ip: address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" + - "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}" dhcp4: no dns: - "{{ dns1 }}" @@ -25,8 +25,8 @@ network_connections: dns_search: - "{{ dns_search1 }}" - "{{ dns_search2 }}" - gateway4: "{{ eth0_ipv4_gw }}" - mac: "{{ eth0_mac }}" - name: eth0 + gateway4: "{{ eth1_ipv4_gw }}" + mac: "{{ eth1_mac }}" + name: eth1 state: up type: ethernet