From 8047c674e5a09b2423a366c8682ecd36f8fb8890 Mon Sep 17 00:00:00 2001 From: Alexis Pentori Date: Mon, 10 Jun 2024 10:09:00 +0200 Subject: [PATCH] store: set logrotate frequency to hourly Signed-off-by: Alexis Pentori --- ansible/group_vars/store.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/group_vars/store.yml b/ansible/group_vars/store.yml index c0a1d33..eedca53 100644 --- a/ansible/group_vars/store.yml +++ b/ansible/group_vars/store.yml @@ -2,6 +2,7 @@ # Custom SSH accounts, should start from UID 8000. bootstrap__active_extra_users: - { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' } +bootstrap__logrotate_frequency: 'hourly' # Tag dependent on fleet: test nim_waku_cont_tag: 'deploy-shards-{{ stage }}'