Release 10.0.0 #100

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

View file

@ -21,6 +21,7 @@ The **patch** part changes incrementally at each release.
* evoacme: upstream version 19.11
* evolinux-base: default value for "evolinux_ssh_group"
* evolinux-base: install /sbin/deny
* evolinux-base: install Evocheck (default: `True`)
* evolinux-base: on debian 10 and later, add noexec on /dev/shm
* evolinux-base: on debian 10 and later, add /usr/share/scripts in root's PATH
* evolinux-base: remove the chrony package

View file

@ -202,6 +202,11 @@ evolinux_nagios_nrpe_include: True
evolinux_fail2ban_include: False
# Evocheck
evolinux_evocheck_include: True
evolinux_evocheck_force_install: "local"
# Listupgrade
evolinux_listupgrade_include: True

View file

@ -113,6 +113,13 @@
name: evolix/fail2ban
when: evolinux_fail2ban_include
- name: Evocheck
include_role:
name: evolix/evocheck
vars:
evocheck_force_install: "{{ evolinux_evocheck_force_install }}"
when: evolinux_evocheck_include
- name: Listupgrade
include_role:
name: evolix/listupgrade