Robin Gierse
Robin Gierse
I think you are setting the `kubernetes_version` variable wrong. As far as I understood, you should not mention the patch level. So you would use `kubernetes_version: 1.21` instead of `kubernetes_version:...
As this project was just deprecated, I will close this issue in preparation of the archival. Head over to our [Ansible Collection](https://github.com/tribe29/ansible-collection-tribe29.checkmk) and check it out! :)
This "situation" cost me two full days. I feel like either the approach should be revisited (I do not see any security concerns, you simply need to understand what you...
Hi @HaZet1968 and thanks for your contribution! Just making sure, I understand your proposal correctly: You want to add the new variables to be able to set a server different...
Remote registration is now possible in [0.16.0](https://github.com/tribe29/ansible-collection-tribe29.checkmk/releases/tag/v0.16.0). Remote download is pending on upstream.
> In which form I should provide the changes? @msekania may I suggest a branch based on this branch? That should allow you to open a PR onto this one....
My initial tests show, that both for Checkmk 2.2.0p25 and 2.3.0b6 the idempotent is still completely broken without specifying the `rule_id`. Representative example rule definition: ```yaml - ruleset: "checkgroup_parameters:cpu_utilization_os" rule:...
> In current rue module setting any value in description let's say [...] solves the idempotency peoblem. I can confirm this for 2.2. Setting `"description": "test"`, makes virtually all my...
@msekania thanks for the input. I will investigate some more and discuss this internally. This will take some time though, but I feel like it is not that urgent. For...
See the initial issue description for the current state of affairs. The group modules are clean since the last release. Currently looking into other modules, which might be inconsistent. I...