Commit 0f3ed0c5 by John Jarvis

adding crontab

parent c930e59c
......@@ -120,3 +120,9 @@
src={{ COMMON_BIN_DIR }}/send-logs-to-s3
path=/etc/rc0.d/S00send-logs-to-s3
when: COMMON_S3_LOGS
- name: cronjob for s3 log synchronization
cron: >
user=root
minute=0
job={{ COMMON_BIN_DIR }}/send-logs-to-s3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment