1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

ansible/prometheus: add WireGuard job

This commit is contained in:
Matt Layher 2019-05-23 10:18:26 -04:00
parent aee97f188f
commit 830c904c77

View file

@ -38,6 +38,9 @@ prometheus_jobs:
- job: "traefik"
targets:
- "servnerr-3:8080"
- job: "wireguard"
targets:
- "routnerr-1:9586"
# Static configuration.
prometheus_dir: "prometheus-{{ prometheus_version }}.linux-amd64"
prometheus_tmp: "/tmp/{{ prometheus_dir }}"