Oliver Gaida
Oliver Gaida
first of all, what a nice tool !!! if i pipe the output to `less` with `cht.sh ansible deploy vmware guest|less` than there are many ESC-charactes. Is it possible to...
@chubin thank you very much!
for me it looks like tiny_dns uses tcp/ip which is not possible with localdb. so you could use sqlexpress instead, where you can enable tcp/ip. Download: https://www.microsoft.com/en-US/download/details.aspx?id=101064 its free and...
I took a look into the openapi documentation. There are three different possibilities to change attributes: 1. overwrite: use `attributes` 2. keep existing and only update given attributes: use `update_attributes`...
Hi Robin, there are many ansible-modules out there, which care about what is already there. For example take the user module: ``` - name: Set maximum expiration date for password...
Another point is, there is no info module for hosts. Nothing to gather facts for existing hosts. So there is no easy way to update a host at all. How...
Excellent, please set update_attributes as the default update_method and please remember to not overwrite the folder if the host already exists. :-)
@msekania your comment from Dec 9, 2022 is right. that's what I meant. But the comment from Dec 8, I do not know what you mean.
@robin-tribe29 Hi Robin, is there any hope that this bug will be fixed soon?
Hi Robin, thank you very much for your quick answer. one point is very important to make the module idempotent. as we wrote about in [November here in this issue](https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues/175#issuecomment-1311574616),...