From 8e18b6972a232da6d646043236ccb6d1270619a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dubois?= Date: Mon, 11 Dec 2023 17:44:41 +0100 Subject: [PATCH] post-install: execute motd-carp-state.sh every 10 minuts --- CHANGELOG | 2 +- roles/post-install/tasks/motd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4074dff..efcf1d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -73,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * nagios-nrpe: check_ipsecctl.sh is never used standalone for check_vpn, always called by check_ipsecctl_critiques.sh * evobackup: zzz_evobackup upstream release 22.12, and call zzz_evobackup with bash * base: install bash, now needed for zzz_evobackup script -* post-install: execute motd-carp-state.sh only once an hour +* post-install: execute motd-carp-state.sh every 10 minuts * collectd: modified collectd scripts directory and scripts files right so that only _collectd group can execute them * base: install ncdu and htop often used as diagnostic tools * base: dump-server-state.sh upstream release 23.06 diff --git a/roles/post-install/tasks/motd.yml b/roles/post-install/tasks/motd.yml index 3c878e1..eaec585 100644 --- a/roles/post-install/tasks/motd.yml +++ b/roles/post-install/tasks/motd.yml @@ -27,7 +27,7 @@ ansible.builtin.cron: name: dynamic motd for CARP job: "/bin/sh /usr/share/scripts/motd-carp-state.sh" - minute: "0" + minute: "*/10" disabled: true when: - not (root_crontab_content.stdout