Skip to content

0.4.5

Latest

Choose a tag to compare

@Donien Donien released this 10 Nov 15:37

v0.4.5

Release Summary

Small bugfix release.

Bugfixes

  • Empty config directories are now cleaned up after config assembly within the icinga2 role. This should avoid leftover files from previous deployments.
  • Fix automatic determination of IfW framework path (ifw_framework_path).
  • Fix quoting of password within mysql command for IDO database schema import.
  • Use explicit booleans in conditions inside of role monitoring_plugins for compatibility with ansible-core >= 2.19. Thanks @gianmarco-mameli
  • Using ansible.windows.win_powershell for the Install-Icinga command can sometimes get stuck and stay idle indefinitely. The according task now uses ansible.windows.win_shell as this seems to be more reliable.