- hosts: collectd
roles:
- role: collectd
tags:
- collectd
- hosts: prometheus
- role: collectd-prometheus
- collectd-prometheus
tasks:
- name: ensure collectd is running
service:
name: collectd
state: started
- service