frigate: Enable MQTT support
This commit is contained in:
parent
990d3ed176
commit
504cb33a94
3 changed files with 21 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue