tn-mm

Results 4 comments of tn-mm

This works for me. ``` tasks: - name: "Find all directories under {{playbbook_dir}}/host_vars/" command: "find {{playbook_dir}}/host_vars/ -type f" register: host_var_dirs delegate_to: localhost - name: Include variable files include_vars: file: "{{...

Same issue. Downgraded from 3.11.1 to 3.11.0 then it worked....

Hi. Thank you for your answer. What I want to achieve is that we use the configuration from host. `vars += config` and overwrite 2 values by default: ``` vars.disk_wfree...

By the way. Docu (https://github.com/Icinga/ansible-collection-icinga/blob/main/doc/role-icinga2/objects.md) [...] - name: ping type: Service apply: true apply_for: config in host.vars.ips check_command: ping4 vars: + config