diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-11-13 17:47:31 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-11-13 17:47:31 -0500 |
| commit | 01cda8792213340fdedcd364dedb2a73564d27f2 (patch) | |
| tree | 54af9ac384b043b52a9dd752e9a41cbbe68d1a82 /tasks/runit.yml | |
| parent | 3d157fef24360238f39c44529f1b2ec3b70e411b (diff) | |
| download | prometheus-01cda8792213340fdedcd364dedb2a73564d27f2.tar.gz prometheus-01cda8792213340fdedcd364dedb2a73564d27f2.tar.xz | |
Remove systemd support. Add alertmanager. Remove old template
Diffstat (limited to 'tasks/runit.yml')
| -rw-r--r-- | tasks/runit.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tasks/runit.yml b/tasks/runit.yml deleted file mode 100644 index d8bf8d4..0000000 --- a/tasks/runit.yml +++ /dev/null @@ -1,17 +0,0 @@ -- name: Create Runit Directory - file: - state: directory - dest: /etc/sv/prometheus - owner: root - mode: '0755' -- name: Write runit service - template: - src: prometheus/runit/run - dest: /etc/sv/prometheus/run - owner: root - mode: '0755' -- name: Enable Runit service - file: - state: link - src: /etc/sv/prometheus - dest: /var/service/prometheus |
