frigate: Enable MQTT support

This commit is contained in:
Timo Makinen 2024-12-23 09:48:15 +00:00
parent 990d3ed176
commit 504cb33a94
3 changed files with 21 additions and 1 deletions

View file

@ -33,6 +33,16 @@
group: "{{ ansible_wheel }}"
notify: Reload udev rules
- name: Copy host key
ansible.builtin.copy:
dest: "{{ tls_private }}/frigate.key"
src: "{{ tls_private }}/{{ inventory_hostname }}.key"
mode: "0640"
owner: root
group: frigate
remote_src: true
notify: Restart frigate
- name: Create config
ansible.builtin.template:
dest: /etc/frigate.yml