From c1c28a51b58ecabd06e7e6ab1fdbdc10f271ed17 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 23 Jul 2022 17:27:02 -0500 Subject: [PATCH] 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. --- group_vars/frigate/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/group_vars/frigate/main.yml b/group_vars/frigate/main.yml index 4fccaef..08d2979 100644 --- a/group_vars/frigate/main.yml +++ b/group_vars/frigate/main.yml @@ -1,8 +1,9 @@ frigate_mqtt: - host: localhost - port: 1883 + 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