tn-mm
tn-mm
Hi, I want to create an object file like this: ``` apply Service for (hdisk => config in host.vars.disks) { import "generic-service" check_command = "disk" command_endpoint = host.name **vars +=...
If you use a subfolder it breaks ansible because the slashed / are not replaced: icinga2_custom_config: - name: someFolder/myown_command.conf path: zones.d/main/myown_command.conf order: 10 - name: add custom config to assemble...
Hi. I tried to configure this. apply Service for (disk => config in host.vars.disks) { import "generic-service" check_command = "disk" vars += config } The collection throws an error "FAILED!...