https://github.com/anmolnagpal/ansible-logwatch
https://github.com/anmolnagpal/ansible-logwatch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anmolnagpal/ansible-logwatch
- Owner: anmolnagpal
- Created: 2017-06-21T19:25:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T19:29:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T07:12:19.979Z (5 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible role which installs and configures logwatch.
#### Variables
```yaml
logwatch_email: "root@localhost" # Email Address which Logwatch reports to
logwatch_detail: "low" # The level of detail in the Logwatch report
logwatch_range: "yesterday" # The default time range for the Logwatch report
logwatch_output: "stdout" # The output method of the Logwatch report
logwatch_format: "text" # The format of the Logwatch report
logwatch_cron_time: "daily" # Cron special time specification nickname - must match with logwatch range!
```
#### Feedback, bug-reports, requests, ...Are [welcome](https://github.com/anmolnagpal/ansible-logwatch/issues)!