Installs and configures logrotate
ansible-galaxy install arillso.logrotate
None
Path to the imclude files.
logrotate_include_dir: /etc/logrotate.d
Enable hourly rotation with cron.
logrotate_use_hourly_rotation: false
List of global options.
logrotate_options:
- weekly
- rotate 4
- create
- dateext
- su root syslog
package name to install logrotate.
logrotate_package: logrotate
logroate for wtmp
logrotate_wtmp:
logs:
- /var/log/wtmp
options:
- missingok
- monthly
- create 0664 root utmp
- rotate 1
logroate for btmp
logrotate_btmp:
logs:
- /var/log/btmp
options:
- missingok
- monthly
- create 0660 root utmp
- rotate 1
More log files can be added that will logorate.
logrotate_applications: []
The following options are available.
logrotate_applications:
- name: name-your-log-rotate-application
definitions:
- logs:
- /var/log/apt/term.log
- /var/log/apt/history.log
options:
- rotate 12
- monthly
- missingok
- notifempty
None
- hosts: all
roles:
- arillso.logrotate
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2019, Arillso