From d3d647232cbd1bfb13267720bd1e6ca04caedd23 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 Jun 2015 18:04:27 +0000 Subject: [PATCH] Disable planet cron jobs on new people until we make it live. --- roles/planet/tasks/main.yml | 48 ++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/roles/planet/tasks/main.yml b/roles/planet/tasks/main.yml index 02ebfc913c..951fa9aa6d 100644 --- a/roles/planet/tasks/main.yml +++ b/roles/planet/tasks/main.yml @@ -71,10 +71,10 @@ tags: - planet_server -- name: copy the planet cron job (people) - copy: src=planet-cron dest=/etc/cron.d/planet-cron - tags: - - planet_server +#- name: copy the planet cron job (people) +# copy: src=planet-cron dest=/etc/cron.d/planet-cron +# tags: +# - planet_server # # design @@ -88,10 +88,10 @@ - /srv/planet/config/design/cache - /srv/planet/site/design -- name: copy the planet cron job (design) - copy: src=sub-planets/design/planet-group.cron dest=/etc/cron.d/planet-design.cron - tags: - - planet_server +#- name: copy the planet cron job (design) +# copy: src=sub-planets/design/planet-group.cron dest=/etc/cron.d/planet-design.cron +# tags: +# - planet_server - name: copy the planet fpbulder.conf (design) copy: src=sub-planets/design/fpbuilder.conf dest=/etc/planet/design/fpbuilder.conf @@ -129,10 +129,10 @@ - /srv/planet/config/desktop/cache - /srv/planet/site/desktop -- name: copy the planet cron job (desktop) - copy: src=sub-planets/desktop/planet-group.cron dest=/etc/cron.d/planet-desktop.cron - tags: - - planet_server +#- name: copy the planet cron job (desktop) +# copy: src=sub-planets/desktop/planet-group.cron dest=/etc/cron.d/planet-desktop.cron +# tags: +# - planet_server - name: copy the planet fpbulder.conf (desktop) copy: src=sub-planets/desktop/fpbuilder.conf dest=/etc/planet/desktop/fpbuilder.conf @@ -171,10 +171,10 @@ - /srv/planet/config/edited/cache - /srv/planet/site/edited -- name: copy the planet cron job (edited) - copy: src=sub-planets/edited/planet-group.cron dest=/etc/cron.d/planet-edited.cron - tags: - - planet_server +#- name: copy the planet cron job (edited) +# copy: src=sub-planets/edited/planet-group.cron dest=/etc/cron.d/planet-edited.cron +# tags: +# - planet_server - name: copy the planet fpbulder.conf (edited) copy: src=sub-planets/edited/fpbuilder.conf dest=/etc/planet/edited/fpbuilder.conf @@ -245,10 +245,10 @@ - /srv/planet/config/security/cache - /srv/planet/site/security -- name: copy the planet cron job (security) - copy: src=sub-planets/security/planet-group.cron dest=/etc/cron.d/planet-security.cron - tags: - - planet_server +#- name: copy the planet cron job (security) +# copy: src=sub-planets/security/planet-group.cron dest=/etc/cron.d/planet-security.cron +# tags: +# - planet_server - name: copy the planet fpbulder.conf (security) copy: src=sub-planets/security/fpbuilder.conf dest=/etc/planet/security/fpbuilder.conf @@ -287,10 +287,10 @@ - /srv/planet/config/summer-coding/cache - /srv/planet/site/summer-coding -- name: copy the planet cron job (summer-coding) - copy: src=sub-planets/summer-coding/planet-group.cron dest=/etc/cron.d/planet-summer-coding.cron - tags: - - planet_server +#- name: copy the planet cron job (summer-coding) +# copy: src=sub-planets/summer-coding/planet-group.cron dest=/etc/cron.d/planet-summer-coding.cron +# tags: +# - planet_server - name: copy the planet fpbulder.conf (summer-coding) copy: src=sub-planets/summer-coding/fpbuilder.conf dest=/etc/planet/summer-coding/fpbuilder.conf