Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-pflogsumm
Ansible role to set up pflogsumm in Debian-like systems
https://github.com/oefenweb/ansible-pflogsumm
ansible debian logging pflogsumm ubuntu
Last synced: about 2 months ago
JSON representation
Ansible role to set up pflogsumm in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-pflogsumm
- Owner: Oefenweb
- License: mit
- Created: 2014-08-19T11:44:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:06:15.000Z (about 1 year ago)
- Last Synced: 2023-11-02T11:37:28.939Z (about 1 year ago)
- Topics: ansible, debian, logging, pflogsumm, ubuntu
- Language: Dockerfile
- Size: 78.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## pflogsumm
[![CI](https://github.com/Oefenweb/ansible-pflogsumm/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-pflogsumm/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-pflogsumm-blue.svg)](https://galaxy.ansible.com/Oefenweb/pflogsumm)Set up pflogsumm in Debian-like systems.
#### Requirements
* `formail` (will be installed)
#### Variables
* `pflogsumm_report_from` [default: `pflogsumm`]: The mail address reports are sent from
* `pflogsumm_report_to` [default: `root`]: The mail address reports are sent to
* `pflogsumm_report_subject` [default: ``'[pflogsumm] `hostname -f`: mail statistics'``]: The subject line for the report mails
* `pflogsumm_logrotate_interval` [default: `daily`]: Log files are rotated every .
* `pflogsumm_logrotate_times` [default: `7`]: Log files are rotated times before being removed## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.pflogsumm
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-pflogsumm/issues)!