--- - name: install graphite plugin config copy: dest: /etc/collectd/conf.d/graphite.conf content: | LoadPlugin "write_graphite" {% for node in (collectd_graphite_nodes | dict2items) %} {{ node.value | indent(width=4) }} {% endfor %} notify: restart collectd