Add logrotate,iptables,snapper and smartd
This commit is contained in:
6
tasks/logrotate.yml
Normal file
6
tasks/logrotate.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: logrotate - set backlog
|
||||
lineinfile:
|
||||
path: /etc/logrotate.conf
|
||||
regexp: '^rotate '
|
||||
line: 'rotate 52'
|
||||
Reference in New Issue
Block a user