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:
parent
aee97f188f
commit
830c904c77
1 changed files with 3 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue