From c87f8bf768902aa9e9e5c41001eef0b03675aa23 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 2 Feb 2016 20:48:31 +0000 Subject: [PATCH] Quote ipv6 addresses as they have colons in them --- inventory/host_vars/coloamer01.fedoraproject.org | 4 ++-- inventory/host_vars/dedicatedsolutions01.fedoraproject.org | 4 ++-- inventory/host_vars/host1plus01.fedoraproject.org | 4 ++-- .../host_vars/mirrorlist-dedicatedsolutions.fedoraproject.org | 4 ++-- inventory/host_vars/proxy08.fedoraproject.org | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/inventory/host_vars/coloamer01.fedoraproject.org b/inventory/host_vars/coloamer01.fedoraproject.org index 93e9aa8342..0b3a3e3284 100644 --- a/inventory/host_vars/coloamer01.fedoraproject.org +++ b/inventory/host_vars/coloamer01.fedoraproject.org @@ -5,5 +5,5 @@ postfix_group: vpn br0_ip: 67.203.2.66 br0_nm: 255.255.255.248 has_ipv6: true -br0_ipv6: 2607:f188::21e:c9ff:fe42:836d -br0_ipv6_gw: 2607:f188:: +br0_ipv6: "2607:f188::21e:c9ff:fe42:836d" +br0_ipv6_gw: "2607:f188::1" diff --git a/inventory/host_vars/dedicatedsolutions01.fedoraproject.org b/inventory/host_vars/dedicatedsolutions01.fedoraproject.org index 12a42bb2a3..8cc297abfb 100644 --- a/inventory/host_vars/dedicatedsolutions01.fedoraproject.org +++ b/inventory/host_vars/dedicatedsolutions01.fedoraproject.org @@ -8,5 +8,5 @@ postfix_group: vpn br0_ip: 67.219.144.66 br0_nm: 255.255.255.248 has_ipv6: yes -br0_ipv6: 2604:1580:fe00:0:dead:beef:cafe:fe01 -br0_ipv6_gw: 2604:1580:fe00::1 +br0_ipv6: "2604:1580:fe00:0:dead:beef:cafe:fe01" +br0_ipv6_gw: "2604:1580:fe00::1" diff --git a/inventory/host_vars/host1plus01.fedoraproject.org b/inventory/host_vars/host1plus01.fedoraproject.org index 79a31a2665..6998e0a707 100644 --- a/inventory/host_vars/host1plus01.fedoraproject.org +++ b/inventory/host_vars/host1plus01.fedoraproject.org @@ -6,5 +6,5 @@ nrpe_procs_crit: 1000 br0_ip: 5.175.150.48 br0_nm: 255.255.255.240 has_ipv6: true -br0_ipv6: 2a00:d1a0:1::130 -br0_ipv6_gw: 2a00:d1a0:1::1 +br0_ipv6: "2a00:d1a0:1::130" +br0_ipv6_gw: "2a00:d1a0:1::1" diff --git a/inventory/host_vars/mirrorlist-dedicatedsolutions.fedoraproject.org b/inventory/host_vars/mirrorlist-dedicatedsolutions.fedoraproject.org index 02573cf3fc..eaf3da7598 100644 --- a/inventory/host_vars/mirrorlist-dedicatedsolutions.fedoraproject.org +++ b/inventory/host_vars/mirrorlist-dedicatedsolutions.fedoraproject.org @@ -7,7 +7,7 @@ ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_virthost eth0_ip: 67.219.144.67 has_ipv6: yes -eth0_ipv6: 2604:1580:fe00:0:5054:ff:fe3d:2b37 -eth0_ipv6_gw: 2604:1580:fe00::1 +eth0_ipv6: "2604:1580:fe00:0:5054:ff:fe3d:2b37" +eth0_ipv6_gw: "2604:1580:fe00::1" vmhost: dedicatedsolutions01.fedoraproject.org datacenter: dedicatedsolutions diff --git a/inventory/host_vars/proxy08.fedoraproject.org b/inventory/host_vars/proxy08.fedoraproject.org index cbb854253a..e6283b1bf3 100644 --- a/inventory/host_vars/proxy08.fedoraproject.org +++ b/inventory/host_vars/proxy08.fedoraproject.org @@ -8,8 +8,8 @@ volgroup: /dev/vg_Server eth0_ip: 67.203.2.67 eth0_nm: 255.255.255.248 has_ipv6: true -eth0_ipv6: 2607:f188::dead:beef:cafe:fed1 -eth0_ipv6_gw: 2607:f188::1 +eth0_ipv6: "2607:f188::dead:beef:cafe:fed1" +eth0_ipv6_gw: "2607:f188::1" vmhost: coloamer01.fedoraproject.org datacenter: coloamer