From 48beb781b356542e01f204b2cf279ebce4b76728 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 19 Apr 2025 19:25:02 +0000 Subject: [PATCH] mosquitto: Allow nms hosts to write mqtt messages --- roles/mosquitto/templates/acl-tls.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/mosquitto/templates/acl-tls.conf.j2 b/roles/mosquitto/templates/acl-tls.conf.j2 index b7eed5c..7422313 100644 --- a/roles/mosquitto/templates/acl-tls.conf.j2 +++ b/roles/mosquitto/templates/acl-tls.conf.j2 @@ -3,5 +3,8 @@ pattern read # user {{ inventory_hostname }} topic readwrite # +user nms*.home.foo.sh +pattern readwrite # + user frigate*.home.foo.sh pattern readwrite frigate/%u/#