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 10 additions and 1 deletions
Showing only changes of commit b362f422df - Show all commits

View file

@ -77,6 +77,7 @@ evolinux_packages_diagnostic: True
evolinux_packages_hardware: True
evolinux_packages_common: True
evolinux_packages_stretch: True
evolinux_packages_buster: True
evolinux_packages_serveur_base: True
evolinux_packages_purge_openntpd: True
evolinux_packages_purge_locate: True

View file

@ -91,11 +91,19 @@
name: "{{ item }}"
with_items:
- net-tools
- spectre-meltdown-checker
when:
- evolinux_packages_stretch
- ansible_distribution_major_version | version_compare('9', '>=')
- name: Install/Update packages for Buster and later
apt:
name: "{{ item }}"
with_items:
- spectre-meltdown-checker
when:
- evolinux_packages_buster
- ansible_distribution_major_version | version_compare('10', '>=')
- name: Customize logcheck recipient
lineinfile:
dest: /etc/logcheck/logcheck.conf