From adfcfa023be8a55d7391fec32d305e57234c2e28 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 May 2013 16:35:28 +0000 Subject: [PATCH 1/2] Add virthost-comm02.qa --- inventory/inventory | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/inventory b/inventory/inventory index 4ad81dbe3c..c903282c17 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -340,6 +340,7 @@ virthost11.phx2.fedoraproject.org virthost12.phx2.fedoraproject.org virthost14.phx2.fedoraproject.org virthost-comm01.qa.fedoraproject.org +virthost-comm02.qa.fedoraproject.org [persistent-cloud] From 84fbff7a9e7fa3889415446a484883bc22537944 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 9 May 2013 22:59:38 +0000 Subject: [PATCH 2/2] Add the bigfiles dir to vars/global.yml --- vars/global.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/global.yml b/vars/global.yml index f0df4b195a..0d3c99c38e 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -1,6 +1,7 @@ --- basedir: /srv/web/infra/ansible private: /srv/private/ansible +bigfiles: /srv/web/infra/bigfiles files: /srv/web/infra/ansible/files handlers: /srv/web/infra/ansible/handlers tasks: /srv/web/infra/ansible/tasks