From 7222aba905b2369083eaf9fa1123576d76d9eea2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 20 Nov 2018 17:34:16 +0000 Subject: [PATCH] add public_hostname to download servers so playbook actually finishes --- inventory/host_vars/download-cc-rdu01.fedoraproject.org | 2 ++ inventory/host_vars/download-ib01.fedoraproject.org | 2 ++ inventory/host_vars/download-ib02.fedoraproject.org | 2 ++ inventory/host_vars/download-rdu01.fedoraproject.org | 2 ++ 4 files changed, 8 insertions(+) diff --git a/inventory/host_vars/download-cc-rdu01.fedoraproject.org b/inventory/host_vars/download-cc-rdu01.fedoraproject.org index 11526f3def..4301915266 100644 --- a/inventory/host_vars/download-cc-rdu01.fedoraproject.org +++ b/inventory/host_vars/download-cc-rdu01.fedoraproject.org @@ -28,3 +28,5 @@ lvm_size: 20000 num_cpus: 8 mac_address: "52:54:00:30:a6:43" + +public_hostname: download-cc-rdu01.fedoraproject.org diff --git a/inventory/host_vars/download-ib01.fedoraproject.org b/inventory/host_vars/download-ib01.fedoraproject.org index d556cd591c..e72981d518 100644 --- a/inventory/host_vars/download-ib01.fedoraproject.org +++ b/inventory/host_vars/download-ib01.fedoraproject.org @@ -29,3 +29,5 @@ mem_size: 4096 max_mem_size: 20480 lvm_size: 20000 num_cpus: 8 + +public_hostname: download-ib01.fedoraproject.org diff --git a/inventory/host_vars/download-ib02.fedoraproject.org b/inventory/host_vars/download-ib02.fedoraproject.org index 943f001b14..048222c1df 100644 --- a/inventory/host_vars/download-ib02.fedoraproject.org +++ b/inventory/host_vars/download-ib02.fedoraproject.org @@ -29,3 +29,5 @@ mem_size: 16384 max_mem_size: 32768 lvm_size: 131072 num_cpus: 8 + +public_hostname: download-ib01.fedoraproject.org diff --git a/inventory/host_vars/download-rdu01.fedoraproject.org b/inventory/host_vars/download-rdu01.fedoraproject.org index b191d87481..41e9a1ff87 100644 --- a/inventory/host_vars/download-rdu01.fedoraproject.org +++ b/inventory/host_vars/download-rdu01.fedoraproject.org @@ -18,3 +18,5 @@ nagios_Check_Services: mail: false nrpe: false ping: true + +public_hostname: download-rdu01.fedoraproject.org