Created
February 14, 2017 16:06
-
-
Save Ham5ter/9b6b6ff36563963ebfa1b9f531bd451d to your computer and use it in GitHub Desktop.
freshclam cronjob
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
tasks: | |
- name: Creates daily Freshclam Cronjob | |
cron: special_time="daily" | |
name="Run Freshclam daily" | |
cron_file="freshclam.sh" | |
user="root" | |
job="/usr/bin/freshclam --quiet" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment