infrastructure/ansible/roles/traefik/files/file-provider-homeassistant.yml
Jake Howard 058290b321
Keep track of IPs for PVE hosts
Yea they're all random, I'll deal with that later
2021-01-31 12:46:43 +00:00

13 lines
304 B
YAML

http:
routers:
router-homeassistant:
rule: Host(`homeassistant.jakehoward.tech`)
service: service-homeassistant
tls:
certResolver: le
services:
service-homeassistant:
loadBalancer:
servers:
- url: http://{{ pve_hosts.homeassistant.ip }}:8123