Checkmk ansible collection - Global settings

Hello everyone,

I’m currently playing around with the Checkmk ansible collection, and
I wanted to ask, if it is possible to modify any parameters in the
Global settings” of a Checkmk instance.

Specifically, I’d like to change the password length for local users
before I e.g. create a bunch of users with another playbook.

Is this possible? If yes, with which module does one do that?
With the “rule” module? Does anyone have an example?

Thanks,
Thomas

There are AFAIK currently no REST API endpoints to edit global settings.

https://ideas.checkmk.com/suggestions/652049/restapi-add-endpoint-for-global-settings-and-site-specific-global-settings

1 Like

OK, thanks @r.sander