aboutsummaryrefslogtreecommitdiff
path: root/tasks/systemd.yml
blob: 031f0367bba618172dc2d4000c8b538c8a9c1bf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
- 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