ansible/group_vars/homeassistant.yaml
2024-09-25 14:32:55 +02:00

15 lines
356 B
YAML

acme_bootstrap_certs: yes
acme_san_domains:
- [ homeassistant.bitlair.nl ]
group_nft_input:
- "# Allow web-traffic from world"
- "tcp dport { http, https } accept"
- "# mqtt from world"
- "tcp dport { 1883 } accept"
nginx_sites:
- server_name: "homeassistant.bitlair.nl"
localproxy: "8123"
snippets:
- "homeassistant-nginx.j2"