Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created February 14, 2017 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetguruGist/cf3cc92f3202ffbb095095f526143bb9 to your computer and use it in GitHub Desktop.
Save NetguruGist/cf3cc92f3202ffbb095095f526143bb9 to your computer and use it in GitHub Desktop.
- apt: name=logwatch state=present
- cron: name="send logwatch logs" minute="0" hour="0" job="/usr/sbin/logwatch --output mail --mailto you@example.com --detail high" state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment