sign-vault02: eth1 is the interface to use here and correct ip address

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-01-29 16:42:05 -08:00
parent 8f703a0f0e
commit 0e45fcb6cd

View file

@ -4,16 +4,16 @@ dns1: 10.3.163.33
dns2: 10.3.163.34 dns2: 10.3.163.34
dns_search1: "iad2.fedoraproject.org" dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org" dns_search2: "fedoraproject.org"
eth0_ipv4_ip: 10.3.169.26 eth1_ipv4_ip: 10.3.169.27
eth0_ipv4_gw: 10.3.169.254 eth1_ipv4_gw: 10.3.169.254
eth0_mac: "{{ mac0 }}" eth1_mac: "{{ mac0 }}"
has_ipv4: yes has_ipv4: yes
mac0: B4:45:06:FB:8B:3E mac0: B4:45:06:FB:8B:3E
network_connections: network_connections:
- autoconnect: yes - autoconnect: yes
ip: ip:
address: address:
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}" - "{{ eth1_ipv4_ip }}/{{ eth1_ipv4_nm }}"
dhcp4: no dhcp4: no
dns: dns:
- "{{ dns1 }}" - "{{ dns1 }}"
@ -21,9 +21,9 @@ network_connections:
dns_search: dns_search:
- "{{ dns_search1 }}" - "{{ dns_search1 }}"
- "{{ dns_search2 }}" - "{{ dns_search2 }}"
gateway4: "{{ eth0_ipv4_gw }}" gateway4: "{{ eth1_ipv4_gw }}"
mac: "{{ eth0_mac }}" mac: "{{ eth1_mac }}"
name: eth0 name: eth1
state: up state: up
type: ethernet type: ethernet
resolvconf: "resolv.conf/iad2" resolvconf: "resolv.conf/iad2"