From a67ddb2267bac7891e239ff2428d358acd8c5177 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 13 Jun 2023 15:56:47 -0700 Subject: [PATCH] smtp-mm-ib01: adjust variables Signed-off-by: Kevin Fenzi --- inventory/host_vars/smtp-mm-ib01.fedoraproject.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/host_vars/smtp-mm-ib01.fedoraproject.org b/inventory/host_vars/smtp-mm-ib01.fedoraproject.org index 552e5ac2cf..a0ce304d06 100644 --- a/inventory/host_vars/smtp-mm-ib01.fedoraproject.org +++ b/inventory/host_vars/smtp-mm-ib01.fedoraproject.org @@ -4,10 +4,10 @@ dns1: 152.2.21.1 dns2: 152.2.253.100 dns_search1: vpn.fedoraproject.org dns_search2: fedoraproject.org -eth0_ipv4: 152.19.134.143 +eth0_ipv4_ip: 152.19.134.143 eth0_ipv4_gw: 152.19.134.129 eth0_ipv4_nm: 25 -eth0_ipv6: "2600:2701:4000:5211:dead:beef:0058:5c17" +eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:0058:5c17" eth0_ipv6_gw: "2600:2701:4000:5211::1" eth0_ipv6_nm: 104 has_ipv6: yes @@ -17,8 +17,8 @@ network_connections: - autoconnect: yes ip: address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - - "{{ eth0_ipv6 }}/{{ eth0_ipv6_nm }}" + - "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}" + - "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}" dhcp4: no dns: - "{{ dns1 }}"