Encryption and major changes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# {{ ansible_managed }}
|
||||
# CCE-80195-1
|
||||
|
||||
daily
|
||||
{% if ansible_distribution == 'Ubuntu' %}
|
||||
su root syslog
|
||||
{% endif %}
|
||||
rotate 7
|
||||
create
|
||||
dateext
|
||||
compress
|
||||
|
||||
compresscmd /usr/bin/xz
|
||||
uncompresscmd /usr/bin/unxz
|
||||
compressext .xz
|
||||
|
||||
include /etc/logrotate.d
|
||||
Reference in New Issue
Block a user