mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 08:36:55 +02:00
Update to 2023-07-03 15:00
This commit is contained in:
8
roles/vault/templates/logrotate.conf.j2
Normal file
8
roles/vault/templates/logrotate.conf.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ vault_root_dir }}/log/*.log {{ vault_root_dir }}/log/*.json {
|
||||
daily
|
||||
rotate 365
|
||||
compress
|
||||
missingok
|
||||
copytruncate
|
||||
su {{ vault_user }} {{ vault_user }}
|
||||
}
|
Reference in New Issue
Block a user