Disable planet cron jobs on new people until we make it live.
This commit is contained in:
parent
f7479e9353
commit
d3d647232c
1 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue