Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 9f619adf68 - Show all commits

View file

@ -25,6 +25,7 @@ The **patch** part changes incrementally at each release.
### Changed
* elasticsearch: listen on local interface only by default
* evocheck: upstream version 19.08
* evocheck: cron jobs execute in verbose
* squid: Remove wait time when we turn off squid
* evomaintenance: Turn on API by default (instead of DB)
* evomaintenance: upstream version 0.5.1

View file

@ -1,5 +1,5 @@
# {{ ansible_managed }}
PATH=/usr/sbin:/usr/bin:/sbin:/bin
33 1 1 * * root /usr/share/scripts/evocheck.sh
33 1 2-31 * * root /usr/share/scripts/evocheck.sh --cron
33 1 1 * * root /usr/share/scripts/evocheck.sh --verbose
33 1 2-31 * * root /usr/share/scripts/evocheck.sh --verbose --cron