From 6a730e7d4d4cd61d2fbb9268280bd2fd0fca35ec Mon Sep 17 00:00:00 2001 From: Alexis Pentori Date: Mon, 26 Aug 2024 11:09:35 +0200 Subject: [PATCH] logrotate: update frequency Signed-off-by: Alexis Pentori --- ansible/group_vars/boot.yml | 1 + ansible/group_vars/store.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/group_vars/boot.yml b/ansible/group_vars/boot.yml index fc50cb1..efa5f8b 100644 --- a/ansible/group_vars/boot.yml +++ b/ansible/group_vars/boot.yml @@ -5,6 +5,7 @@ bootstrap__active_extra_users: # Hourly rotation to avoid disk space issue bootstrap__logrotate_frequency: 'hourly' +bootstrap__logrotate_timer_frequency: '*:0/30' # Tag dependent on fleet nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}' diff --git a/ansible/group_vars/store.yml b/ansible/group_vars/store.yml index 7e5c3fe..48bad3b 100644 --- a/ansible/group_vars/store.yml +++ b/ansible/group_vars/store.yml @@ -5,6 +5,7 @@ bootstrap__active_extra_users: # Hourly rotation to avoid disk space issue bootstrap__logrotate_frequency: 'hourly' +bootstrap__logrotate_timer_frequency: '*:0/30' # Tag dependent on fleet nim_waku_cont_tag: 'deploy-{{ env }}-{{ stage }}'