infrastructure/ansible/roles/traefik/files/file-provider-homeassistant.yml
Jake Howard 5157940f20
All checks were successful
/ terraform (push) Successful in 58s
/ ansible (push) Successful in 1m52s
Stop exposing homeassistant
2024-03-23 11:54:26 +00:00

13 lines
317 B
YAML

http:
routers:
router-homeassistant:
rule: Host(`homeassistant.jakehoward.tech`)
service: service-homeassistant
middlewares:
- tailscale-only@file
services:
service-homeassistant:
loadBalancer:
servers:
- url: http://{{ pve_hosts.homeassistant.ip }}:8123