Skip to content

v7.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 09:23
Immutable release. Only release title and notes can be modified.
1e7b2fe

Ansible Collection: checkmk.general

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

Major Changes

  • Role lookup - Add lookup plugin to fetch a single role's configuration.
  • Role module - Add module to manage roles and permissions.
  • Roles lookup - Add lookup plugin to list all configured roles.

Bugfixes

  • Role module - When creating a role with permissions, a failure while applying the permissions left the cloned role without adjusted permissions. The module now fails with changed=true and a message explaining that the role exists but the permissions have not been applied. Re-running the task with fixed permissions will fix this state.

New Plugins

Lookup


- checkmk.general.role - Get the configuration of a role
- checkmk.general.roles - Get a list of all roles

New Modules
-----------

- checkmk.general.role - Manage roles in Checkmk

For a detailed changelog, refer to the [CHANGELOG](https://github.com/Checkmk/ansible-collection-checkmk.general/blob/main/CHANGELOG.rst).