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