Donien
Donien
Closed as per #389 Thanks for your work and your patience :)
Hi, thanks for your input! A colleague and I actually talked about this just yesterday. I also started changing the `icinga2_object` action plugin to: - Loop over the objects internally...
Closed as per #389
One more thing (could not add to my review somehow). https://github.com/gianmarco-mameli/ansible-collection-icinga/blob/kubernetes_role_and_module/roles/icingaweb2/vars/main.yml#L1-L6 ```diff director: icinga-director x509: icinga-x509 businessprocess: icinga-businessprocess + kubernetes: icinga-kubernetes-web ``` This is needed so the mapping from `icingaweb2_modules.kubernetes`...
I've taken the liberty to simply commit the few changes. This PR has been open long enough as it is :D Thanks again :)
Hi, could you explain what exactly you try to achieve? I'm not sure whether the `vars += config` part is the relevant one. Also, how does `host.vars.disks` look like at...
Hm, this sounds tricky or even '*impossible*'. If I define a dictionary key twice, the last one overwrites the previous ones. ```yaml my_dict: varname: "first value" varname: "second value" ```...
Some progress: https://github.com/Icinga/ansible-collection-icinga/compare/main...doc/321-ansible-galaxy
Modules are done now... https://github.com/Icinga/ansible-collection-icinga/compare/main...doc/321-ansible-galaxy
I've moved two tasks to `handlers/`. Handlers should be run in the same order they are notified in. Meaning `role 'icinga2' -> "notify restart icinga2" -> role 'icingaweb2' -> "notify...