infrastructure/ansible/roles/traefik/files/file-provider-homeassistant.yml

11 lines
268 B
YAML
Raw Normal View History

2021-01-13 22:12:58 +00:00
http:
routers:
router-homeassistant:
rule: Host(`homeassistant.jakehoward.tech`)
service: service-homeassistant
services:
service-homeassistant:
loadBalancer:
servers:
- url: http://{{ pve_hosts.homeassistant.ip }}:8123