r/frigate: Add role to deploy Frigate
Frigate is an NVR that uses machine learning to detect objects on camera in real time. It integrates with Home Assistant to expose sensors which can be used for automation, etc. The only official way to deploy Frigate is with a container, so we use Podman and systemd to manage it.
This commit is contained in:
1
roles/frigate/vars/aarch64.yml
Normal file
1
roles/frigate/vars/aarch64.yml
Normal file
@@ -0,0 +1 @@
|
||||
frigate_default_image_tag: stable-aarch64
|
||||
6
roles/frigate/vars/main.yml
Normal file
6
roles/frigate/vars/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
frigate_podman_packages:
|
||||
- podman
|
||||
frigate_config:
|
||||
mqtt: '{{ frigate_mqtt }}'
|
||||
detectors: '{{ frigate_detectors }}'
|
||||
cameras: '{{ frigate_cameras }}'
|
||||
1
roles/frigate/vars/x86_64.yml
Normal file
1
roles/frigate/vars/x86_64.yml
Normal file
@@ -0,0 +1 @@
|
||||
frigate_default_image_tag: stable-amd64
|
||||
Reference in New Issue
Block a user