frigate: Add USB Coral detector
This commit is contained in:
parent
8242f11125
commit
e1604ce193
5 changed files with 23 additions and 0 deletions
|
@ -10,6 +10,20 @@
|
|||
group: frigate
|
||||
shell: /sbin/nologin
|
||||
|
||||
- name: Allow podman to use devices
|
||||
ansible.posix.seboolean:
|
||||
name: container_use_devices
|
||||
state: true
|
||||
persistent: true
|
||||
|
||||
- name: Allow frigate to connect specific devices
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/udev/rules.d/99-frigate.rules
|
||||
src: 99-frigate.rules
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: Create config
|
||||
ansible.builtin.template:
|
||||
dest: /etc/frigate.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue