Created
February 14, 2017 10:28
-
-
Save NetguruGist/cf3cc92f3202ffbb095095f526143bb9 to your computer and use it in GitHub Desktop.
This file contains 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
- apt: name=logwatch state=present | |
- cron: name="send logwatch logs" minute="0" hour="0" job="/usr/sbin/logwatch --output mail --mailto [email protected] --detail high" state=present |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment