aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles')
-rw-r--r--ansible/roles/prometheus/tasks/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/ansible/roles/prometheus/tasks/main.yml b/ansible/roles/prometheus/tasks/main.yml
index 2c80e81..d55f3c1 100644
--- a/ansible/roles/prometheus/tasks/main.yml
+++ b/ansible/roles/prometheus/tasks/main.yml
@@ -67,20 +67,6 @@
notify:
- Reload the prometheus service
-- name: Deploy prometheus web server config
- copy:
- content: |
- # Ansible managed
- {{ prometheus_web_configuration | to_nice_yaml }}
- dest: /etc/prometheus/web_config.yml
- owner: prometheus
- group: prometheus
- mode: "0400"
- tags:
- - role::prometheus
- notify:
- - Restart the prometheus service
-
- name: Configure prometheus rules
copy:
content: |