From ca7488e7c520a0e216185a813acf5492d7cf007c Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 20 May 2020 10:00:20 -0400 Subject: [PATCH] Put in hosts into inventory and download for IAD2 servers --- inventory/inventory | 8 +++++++- playbooks/groups/download.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index 5661c11b47..4c20edfb19 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -272,6 +272,13 @@ download03.phx2.fedoraproject.org download04.phx2.fedoraproject.org download05.phx2.fedoraproject.org +[download_iad2] +dl01.iad2.fedoraproject.org +dl02.iad2.fedoraproject.org +dl03.iad2.fedoraproject.org +dl04.iad2.fedoraproject.org +dl05.iad2.fedoraproject.org + [download_ibiblio] download-ib01.fedoraproject.org @@ -284,7 +291,6 @@ download-cc-rdu01.fedoraproject.org [download_tier1] download04.phx2.fedoraproject.org download05.phx2.fedoraproject.org -#download-rdu01.fedoraproject.org [download_phx2_virtual] download01.phx2.fedoraproject.org diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index d9fd7f8c68..48668a2865 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -1,4 +1,4 @@ -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=download_ibiblio:download_cc_rdu:download_phx2_virtual" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=download_ibiblio:download_cc_rdu:download_phx2_virtual:download_iad2" - name: Download servers hosts: download