Replace DHCP on PVE for static IPs

So much easier to deal with!
This commit is contained in:
Jake Howard
2021-06-03 20:47:08 +01:00
parent d751a023da
commit f1f2c620b0
2 changed files with 17 additions and 15 deletions

View File

@ -7,7 +7,7 @@ scrape_configs:
static_configs:
- targets:
- 10.23.1.1:9273
- "{{ pve_hosts.pve.ip }}:9273"
- job_name: traefik
metric_relabel_configs:
- source_labels: [__name__]