Skip to content

v7.6.0

Choose a tag to compare

@github-actions github-actions released this 22 May 10:33
Immutable release. Only release title and notes can be modified.
17ee279

Ansible Collection: checkmk.general

For information about this collection and how to install it, refer to the README.

Minor Changes

  • All modules - Cookie-based authentication can now be used without providing api_user and api_secret. Bearer and basic authentication still require them.
  • Checkmk inventory plugin - Credentials can now be provided via CHECKMK_VAR_* environment variables, checkmk_var_* Ansible variables, or the [checkmk_lookup] section in ansible.cfg. Cookie-based authentication is also supported via the new api_auth_type and api_auth_cookie options.

Deprecated Features

  • Password module - The owner parameter was renamed to editable_by. We keep owner as an alias, but the old name will be removed in a future release. Update your configuration to use editable_by.

Bugfixes

  • Module utils - Fix basic authentication being broken due to an indentation error that left auth_str unassigned.
  • Module utils - Fix version comparison to reliably handle patch release numbers greater than 10.
  • Password module - Make the module compatible with Checkmk 3.0.0.

For a detailed changelog, refer to the CHANGELOG.