Import github.com/arillso/ansible.logrotate
at version 1.5.2 (commit 038649f
This commit is contained in:
parent
008fdbaa1f
commit
b0e5245e4e
9 changed files with 248 additions and 0 deletions
9
vars/CentOS.yml
Normal file
9
vars/CentOS.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# vars file for arillso.logrotate
|
||||
|
||||
# List of global options for the different systems.
|
||||
logrotate_distribution_options:
|
||||
- weekly
|
||||
- rotate 4
|
||||
- create
|
||||
- dateext
|
9
vars/Debian.yml
Normal file
9
vars/Debian.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# vars file for arillso.logrotate
|
||||
|
||||
# List of global options for the different systems.
|
||||
logrotate_distribution_options:
|
||||
- weekly
|
||||
- rotate 4
|
||||
- create
|
||||
- dateext
|
9
vars/RedHat.yml
Normal file
9
vars/RedHat.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# vars file for arillso.logrotate
|
||||
|
||||
# List of global options for the different systems.
|
||||
logrotate_distribution_options:
|
||||
- weekly
|
||||
- rotate 4
|
||||
- create
|
||||
- dateext
|
10
vars/Ubuntu.yml
Normal file
10
vars/Ubuntu.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# vars file for arillso.logrotate
|
||||
|
||||
# List of global options for the different systems.
|
||||
logrotate_distribution_options:
|
||||
- weekly
|
||||
- rotate 4
|
||||
- create
|
||||
- dateext
|
||||
- su root syslog
|
Loading…
Add table
Add a link
Reference in a new issue