Ensure logrotate is installed and enabled

This commit is contained in:
2020-03-27 22:33:48 -05:00
parent bcb557d117
commit 10f0aab8f1
16 changed files with 202 additions and 0 deletions

7
vars/RedHat-6-i386.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# vars file for ensure_log_rotation
package_list:
- { name: 'logrotate', state: 'present' }
service_list:
- { name: 'logrotate', state: 'started', enabled: 'yes' }