An open API service indexing awesome lists of open source software.

https://github.com/anmolnagpal/ansible-logwatch


https://github.com/anmolnagpal/ansible-logwatch

Last synced: 3 months ago
JSON representation

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)!