Donien
Donien
## For anyone having trouble getting ssl to work using apache (reverse proxy) I've struggled with that for a bit myself. I basically had the same directives @stukkat used and...
Closed by #316
Thanks for the PR and sorry for letting it sit idle for so long. Much appreciated! :)
We'll stick to `{{ varname | lower }}` for the time being. If we ever stumble upon a good (technical) reason for a change here, we'll gladly adapt accordingly.
On part of this PR / one issue is already fixed via another PR. I've created another clean PR for the other issue (ini template), setting you as the author...
Thank you very much @lucagubler! Could you also share an example playbook? I've just tested your PR with my playbook (which works with current main) but my objects that go...
I thought I might be going mad. So I decided to use podman to make sure I don't pull any plugins / roles / collections from the wrong place. If...
Well, in my case the ansible controller and the target host were both the same container. So it should have worked there. > I'm just throwing in my [current work](https://github.com/Donien/ansible-collection-icinga/tree/enhancement/icinga2-objects)...
`icinga2_object` is a action plugin, yes. Action plugins are executed on the Ansible Controller. **But**: If you run another module using `_execute_module`, that module runs on the target host. Example:...