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.
Breaking Changes / Porting Guide
- User module - The parameter
auth_typeno longer defaults topassword. Playbooks that create a new user and rely on this default must now setauth_typeexplicitly. Existing playbooks that already passauth_typeare unaffected.
Bugfixes
- User module - Fix editing of users that authenticate via LDAP or SAML. Since 7.1.0, the parameter
auth_typedefaulted topassword, so every edit of an existing user silently reset LDAP- or SAML-authenticated users to local authentication. The default has been removed and the authentication option is now only changed whenauth_type,passwordorenforce_password_changeis set explicitly.
For a detailed changelog, refer to the CHANGELOG.