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

Configure Varnish plugin

parent c553ffca
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,16 @@
when: ansible_lsb.major_release == '12'
- block:
- name: "Add NetData User to Varnish Group"
user:
name: 'netdata'
groups: 'varnish'
append: yes
when: groups['varnishserver'] is defined and inventory_hostname in groups['varnishserver']
- block:
- name: "Add NetData User to HaProxy Group"
......
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