command_file = "/run/icinga2/cmd/icinga2.cmd" user = "nagios" log_level = 2 {% for vmo in vmList %} authorize "{{ vmo.hostname }}" { password = "{% raw %}{{ nsca_server_password }}{% endraw %}" hosts = "{{ vmo.hostname }}" services = { "*", } } {% endfor %}