From: Tom Hughes Date: Fri, 10 Aug 2018 16:42:47 +0000 (+0100) Subject: Move GPX import and daily web tasks to spike-01 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ab1d21557576f007c460c6fdab8b3dcd52f39894 Move GPX import and daily web tasks to spike-01 --- diff --git a/roles/spike-01.rb b/roles/spike-01.rb index 8ca948c2d..801165bd5 100644 --- a/roles/spike-01.rb +++ b/roles/spike-01.rb @@ -42,7 +42,7 @@ run_list( "role[equinix]", "role[hp-dl360-g6]", "role[web-frontend]", - # "role[web-gpximport]", - # "role[web-statistics]", - # "role[web-cleanup]" + "role[web-gpximport]", + "role[web-statistics]", + "role[web-cleanup]" ) diff --git a/roles/spike-04.rb b/roles/spike-04.rb index d1eedebac..493694765 100644 --- a/roles/spike-04.rb +++ b/roles/spike-04.rb @@ -41,7 +41,7 @@ default_attributes( run_list( "role[bytemark]", "role[web-frontend]", - "role[web-gpximport]", - "role[web-statistics]", - "role[web-cleanup]" + # "role[web-gpximport]", + # "role[web-statistics]", + # "role[web-cleanup]" )