- name: Write Systemd Unit template: src: prometheus/systemd.unit dest: /etc/systemd/system/prometheus.service - name: 'Enable Prometheus [Systemd]' systemd: enabled: yes daemon_reload: yes name: prometheus