Files
configpolicy/group_vars/frigate/main.yml
Dustin C. Hatch c1c28a51b5 frigate: Use native MQTT/TLS support
Frigate has native support for MQTT over TLS now, so there is no more
any need to use stunnel.
2022-07-23 17:27:02 -05:00

10 lines
210 B
YAML

frigate_mqtt:
host: homeassistant.pyrocufflink.blue
port: 8883
user: frigate
password: >-
{{ vault_frigate_mqtt_password }}
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
frigate_shm_size: 256