This still requires some work: - It has no playbook - It is missing the proxy bits - configuration of the proxies themselves - cron job copying the files from the app running the cron job onto the proxies
6 lines
238 B
Text
6 lines
238 B
Text
# Sends the reminder about coming meetings
|
|
#
|
|
# The frequency set here should be consistent with the one set in the
|
|
# configuration file.
|
|
#
|
|
*/30 * * * * apache cd /srv/web/gather-easyfix && /usr/bin/python /usr/local/bin/gather_easyfix.py
|