EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 7cf85974 authored by Karl Grube's avatar Karl Grube
Browse files

Merge branch 'main' of gitlab.eox.at:ansible-public/prometheus-role

parents 31c87df6 1df77ef1
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@
- 'fail2ban'
tags: target_yml
- name: core alerts
copy:
src: core_alerts.yml
......
......@@ -80,6 +80,16 @@ scrape_configs:
file_sd_configs:
- files:
- 'postfix.yml'
- job_name: fail2ban
metrics_path: /f2b_metrics
scheme: https
tls_config:
ca_file: '/etc/ssl/prometheus_client/root.ca.crt'
cert_file: '/etc/ssl/prometheus_client/{{fqdn}}.crt'
key_file: '/etc/ssl/prometheus_client/{{fqdn}}.key'
file_sd_configs:
- files:
- 'fail2ban.yml'
{% if groups['lxc_host'] is defined %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment