aboutsummaryrefslogtreecommitdiff
path: root/tasks/systemd.yml
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-11-13 17:47:31 -0500
committerMitch Riedstra <mitch@riedstra.us>2020-11-13 17:47:31 -0500
commit01cda8792213340fdedcd364dedb2a73564d27f2 (patch)
tree54af9ac384b043b52a9dd752e9a41cbbe68d1a82 /tasks/systemd.yml
parent3d157fef24360238f39c44529f1b2ec3b70e411b (diff)
downloadprometheus-01cda8792213340fdedcd364dedb2a73564d27f2.tar.gz
prometheus-01cda8792213340fdedcd364dedb2a73564d27f2.tar.xz
Remove systemd support. Add alertmanager. Remove old template
Diffstat (limited to 'tasks/systemd.yml')
-rw-r--r--tasks/systemd.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tasks/systemd.yml b/tasks/systemd.yml
deleted file mode 100644
index 031f036..0000000
--- a/tasks/systemd.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-- 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