post-install: execute motd-carp-state.sh every 10 minuts

This commit is contained in:
Jérémy Dubois 2023-12-11 17:44:41 +01:00
parent 63212accdd
commit 8e18b6972a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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