- name: Copy telegraf config template: follow: yes src: 'telegraf.conf.j2' dest: '/etc/telegraf/telegraf.conf' notify: Run service actions tags: - telegraf - vault - name: Give required permissions to the daemon user: name: 'telegraf' groups: - varnish # TODO: Create a monitoring group tags: - telegraf