Skip to content
Snippets Groups Projects
Commit ed032785 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add support for nonetdata group to exclude host from installing netdata

parent 39911e70
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,4 @@
recurse: yes
follow: no
when: not excluded_roles or "netdata" not in excluded_roles
when: (not excluded_roles or "netdata" not in excluded_roles) and (groups['nonetdata'] is not defined or inventory_hostname not in groups['nonetdata'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment