From 0b248ff09e535a061e36bcb5cddb0253ba2c5fe5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Nov 2021 17:45:20 -0800 Subject: [PATCH] Fix some more of my typos Signed-off-by: Kevin Fenzi --- inventory/host_vars/ns02.fedoraproject.org | 7 +++---- inventory/host_vars/people02.fedoraproject.org | 2 +- inventory/host_vars/smtp-mm-ib01.fedoraproject.org | 2 +- inventory/host_vars/torrent02.fedoraproject.org | 2 +- inventory/host_vars/unbound-ib01.fedoraproject.org | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/inventory/host_vars/ns02.fedoraproject.org b/inventory/host_vars/ns02.fedoraproject.org index 51e1111e34..664b657853 100644 --- a/inventory/host_vars/ns02.fedoraproject.org +++ b/inventory/host_vars/ns02.fedoraproject.org @@ -1,10 +1,9 @@ --- -eth0_ipv4_nm: 25 -eth0_ipv4_gw: 152.19.134.129 - volgroup: /dev/vg_guests -eth0_ip: 152.19.134.139 +eth0_ipv4: 152.19.134.139 +eth0_ipv4_nm: 25 +eth0_ipv4_gw: 152.19.134.129 has_ipv6: yes eth0_ipv6: "2600:2701:4000:5211:dead:beef:00fe:fed7" eth0_ipv6_nm: 104 diff --git a/inventory/host_vars/people02.fedoraproject.org b/inventory/host_vars/people02.fedoraproject.org index 74281abe19..39e346e6c5 100644 --- a/inventory/host_vars/people02.fedoraproject.org +++ b/inventory/host_vars/people02.fedoraproject.org @@ -3,7 +3,7 @@ freezes: false #host_backup_targets: ['/srv/web'] volgroup: /dev/vg_guests -eth0_ip: 152.19.134.199 +eth0_ip_ipv4: 152.19.134.199 eth0_ipv4_nm: 25 eth0_ipv4_gw: 152.19.134.129 has_ipv6: yes diff --git a/inventory/host_vars/smtp-mm-ib01.fedoraproject.org b/inventory/host_vars/smtp-mm-ib01.fedoraproject.org index cc0c2f5235..34f9a89feb 100644 --- a/inventory/host_vars/smtp-mm-ib01.fedoraproject.org +++ b/inventory/host_vars/smtp-mm-ib01.fedoraproject.org @@ -1,6 +1,6 @@ --- volgroup: /dev/vg_guests -eth0_ip: 152.19.134.143 +eth0_ip_ipv4: 152.19.134.143 eth0_ipv4_nm: 25 eth0_ipv4_gw: 152.19.134.129 has_ipv6: yes diff --git a/inventory/host_vars/torrent02.fedoraproject.org b/inventory/host_vars/torrent02.fedoraproject.org index ba0855fdae..66f1a22bd4 100644 --- a/inventory/host_vars/torrent02.fedoraproject.org +++ b/inventory/host_vars/torrent02.fedoraproject.org @@ -1,7 +1,7 @@ --- volgroup: /dev/vg_guests -eth0_ip: 152.19.134.148 +eth0_ip_ipv4: 152.19.134.148 eth0_ipv4_nm: 25 eth0_ipv4_gw: 152.19.134.129 has_ipv6: yes diff --git a/inventory/host_vars/unbound-ib01.fedoraproject.org b/inventory/host_vars/unbound-ib01.fedoraproject.org index 9d9baa67e6..c04e9089fc 100644 --- a/inventory/host_vars/unbound-ib01.fedoraproject.org +++ b/inventory/host_vars/unbound-ib01.fedoraproject.org @@ -2,7 +2,7 @@ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-ext ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_guests -eth0_ip: 152.19.134.150 +eth0_ip_ipv4: 152.19.134.150 eth0_ipv4_nm: 25 eth0_ipv4_gw: 152.19.134.129 has_ipv6: yes