ansible-collection-checkmk.general
ansible-collection-checkmk.general copied to clipboard
[FEED] Check mode for rules
Provide your feedback
It would be useful to have this show planned changes in ansible's --check
mode.
Component Name
rule module
Ansible Version independent
Collection Version
$ ansible-galaxy collection list
Collection Version
------------------- -------
tribe29.checkmk 0.11.0
Hi Adam and thanks for the suggestion! This would for sure be a very useful feature. We are very limited on resources however, so this is gonna end up at the end of a pile of work. I labeled the issue as "help wanted", so maybe someone else can implement this earlier, than we can.
If there is any news from our side, we will update here.
This issue has been stale for 60 days. It will close in 7 days.
I have succesfully tested a basic implementation of test mode. However, it depends on PR #241 because we currently create a temporary rule to do the comparison. I think this is incompatible with test mode where we should not do any modification to the system.
#241 was merged and will be released probably next week. Looking forward to your check mode implementation @geof77! :hugs:
This issue has been stale for 60 days. It will close in 7 days.
Check mode is implemented in #258.