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

Allow to skip netdata heartbeat

parent c84b74e7
No related branches found
No related tags found
No related merge requests found
......@@ -31,5 +31,6 @@
when: groups['varnishserver'] is defined and inventory_hostname in groups['varnishserver']
- import_tasks: heartbeat.yml
when: netdata_heartbeat|default(true)
when: '"netdata" not in excluded_roles'
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