v7.6.0
Immutable
release. Only release title and notes can be modified.
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_userandapi_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 inansible.cfg. Cookie-based authentication is also supported via the newapi_auth_typeandapi_auth_cookieoptions.
Deprecated Features
- Password module - The
ownerparameter was renamed toeditable_by. We keepowneras an alias, but the old name will be removed in a future release. Update your configuration to useeditable_by.
Bugfixes
- Module utils - Fix basic authentication being broken due to an indentation error that left
auth_strunassigned. - 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.