Daniel Bodky
Daniel Bodky
If I may chime in here - the binary gets downloaded all right, the problem lies within the way it seems to be *built*. It tries to dynamically link libraries...
Same problem here, also on Safari. I'd happily provide more information to track this down, just lmk what you need to know.
I can confirm this, we are trying to match the contents of `data.[somefile.conf]` to a given expression.
There's no *official* documentation (yet), but you could have a look at my [homelab setup](https://github.com/mocdaniel/homelab/tree/main/ansible) which provisions exactly this, using the collection. One thing that isn't HA even after using...
The way this feature works, `ca_host` is the correct name to go with, in my opinion, as the collection will indeed default to delegating the certificate creation to the `ca_host`.
As Icinga Web pulls in Apache2 as a direct dependency anyways if not already installed, we could go one step further and configure it to our needs within the scope...
Which parts of the Icinga stack would be affected by this? For modules, we can now pass different credentials to the `icingaweb2_modules..database.username/password` part than the ones configured in `icingaweb2_resources..username/password`, so...
Thank you very much for the initial work here, @christoph2497 - I added support for installing from source, as the module hasn't been packaged yet. We should merge this after...
I'll continue working on this then, and convert this to a proper PR once done.
First blocker implemented (installation of modules from source). Tracked in #219