noc02: fix network variables to new style

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-09-21 13:13:32 -07:00
parent baf6dbc0b0
commit d55ae6a8fa

View file

@ -15,10 +15,10 @@ dns1: 152.2.21.1
dns2: 152.2.253.100 dns2: 152.2.253.100
dns_search1: vpn.fedoraproject.org dns_search1: vpn.fedoraproject.org
dns_search2: fedoraproject.org dns_search2: fedoraproject.org
eth0_ipv4: 152.19.134.192 eth0_ipv4_ip: 152.19.134.192
eth0_ipv4_gw: 152.19.134.129 eth0_ipv4_gw: 152.19.134.129
eth0_ipv4_nm: 25 eth0_ipv4_nm: 25
eth0_ipv6: "2600:2701:4000:5211:dead:beef:00fe:fed9" eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:00fe:fed9"
eth0_ipv6_gw: "2600:2701:4000:5211::1" eth0_ipv6_gw: "2600:2701:4000:5211::1"
eth0_ipv6_nm: 104 eth0_ipv6_nm: 104
has_ipv6: yes has_ipv6: yes
@ -30,8 +30,8 @@ network_connections:
- autoconnect: yes - autoconnect: yes
ip: ip:
address: address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv6 }}/{{ eth0_ipv6_nm }}" - "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
dhcp4: no dhcp4: no
dns: dns:
- "{{ dns1 }}" - "{{ dns1 }}"