bundlewrap/bundles/icinga2/files/icinga2/groups.conf
Franzi 0bc4b5439c
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
bundles/icinga2: add hostgroup for every bw group
2020-11-21 22:46:29 +01:00

8 lines
185 B
Plaintext

% for group in sorted(repo.groups):
object HostGroup "group-${group.name}" {
display_name = "bw group ${group.name}"
assign where "${group.name}" in host.vars.bw_groups
}
% endfor