minifirewall: add a variable to force the check scripts update
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2019-11-05 10:52:00 +01:00 committed by Jérémy Lecour
parent 1c0e3af490
commit 7e50a460a8
3 changed files with 6 additions and 3 deletions

View File

@ -18,10 +18,11 @@ The **patch** part changes incrementally at each release.
* evolinux-base: default value for "evolinux_ssh_group"
* evolinux-base: install /sbin/deny
* 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: on debian 10 and later, add /usr/share/scripts in root's PATH
* generate-ldif: support MariaDB 10.3
* haproxy: add a variable to keep the existing configuration
* listupgrade: install old-kernel-autoremoval script
* minifirewall: add a variable to force the check scripts update
* mongodb: mongodb: compatibility with Debian 10
* mysql-oracle: backport tasks from mysql role
* mysql: activate binary logs by specifying log_bin path

View File

@ -41,6 +41,8 @@ minifirewall_autostart: False
minifirewall_restart_if_needed: True
minifirewall_restart_force: False
minifirewall_force_update_nrpe_scripts: False
evomaintenance_hosts: []
nagios_plugins_directory: "/usr/local/lib/nagios/plugins"

View File

@ -15,7 +15,7 @@
copy:
src: minifirewall_status
dest: /usr/share/scripts/minifirewall_status
force: no
force: "{{ minifirewall_force_update_nrpe_scripts | bool }}"
mode: "0700"
owner: root
group: root
@ -32,7 +32,7 @@
copy:
src: check_minifirewall
dest: "{{ nagios_plugins_directory }}/check_minifirewall"
force: no
force: "{{ minifirewall_force_update_nrpe_scripts | bool }}"
mode: "0755"
owner: root
group: staff