frigate: Drop group
Frigate is no longer managed by Ansible. Dropping the group so the file encrypted with Ansible Vault can go away.frigate-exporter
parent
fdc59fe73b
commit
493663e77f
|
@ -1,119 +0,0 @@
|
||||||
frigate_cameras:
|
|
||||||
|
|
||||||
front_porch:
|
|
||||||
ffmpeg:
|
|
||||||
inputs:
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_front_porch }}@172.30.0.211/cam/realmonitor?channel=1&subtype=1
|
|
||||||
roles:
|
|
||||||
- detect
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_front_porch }}@172.30.0.211/cam/realmonitor?channel=1&subtype=0
|
|
||||||
roles:
|
|
||||||
- record
|
|
||||||
- rtmp
|
|
||||||
detect:
|
|
||||||
height: 640
|
|
||||||
width: 480
|
|
||||||
objects:
|
|
||||||
track:
|
|
||||||
- person
|
|
||||||
- cat
|
|
||||||
- dog
|
|
||||||
- bird
|
|
||||||
- car
|
|
||||||
motion:
|
|
||||||
mask:
|
|
||||||
- 480,0,0,0,0,166,38,180,132,161,228,159,335,174,407,196,480,222
|
|
||||||
zones:
|
|
||||||
driveway_zone:
|
|
||||||
coordinates: 41,248,352,207,417,236,212,265,51,299
|
|
||||||
walkway_zone:
|
|
||||||
coordinates: 251,640,124,640,42,293,247,260,403,235,480,274,480,457,341,566,365,592
|
|
||||||
record:
|
|
||||||
enabled: true
|
|
||||||
retain_days: 2
|
|
||||||
events:
|
|
||||||
required_zones:
|
|
||||||
- driveway_zone
|
|
||||||
- walkway_zone
|
|
||||||
retain:
|
|
||||||
default: 90
|
|
||||||
rtmp:
|
|
||||||
enabled: true
|
|
||||||
snapshots:
|
|
||||||
enabled: true
|
|
||||||
retain:
|
|
||||||
default: 365
|
|
||||||
|
|
||||||
back_yard:
|
|
||||||
ffmpeg:
|
|
||||||
inputs:
|
|
||||||
# 640x480 for object detection
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=1
|
|
||||||
roles:
|
|
||||||
- detect
|
|
||||||
# 4k for recording
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=0
|
|
||||||
roles:
|
|
||||||
- record
|
|
||||||
# 1080p for streaming viaHome Assistant
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard }}@172.30.0.212/cam/realmonitor?channel=1&subtype=2
|
|
||||||
roles:
|
|
||||||
- rtmp
|
|
||||||
detect:
|
|
||||||
height: 480
|
|
||||||
width: 640
|
|
||||||
objects:
|
|
||||||
track:
|
|
||||||
- person
|
|
||||||
- cat
|
|
||||||
- dog
|
|
||||||
- bird
|
|
||||||
record:
|
|
||||||
enabled: true
|
|
||||||
retain_days: 2
|
|
||||||
events:
|
|
||||||
retain:
|
|
||||||
default: 90
|
|
||||||
rtmp:
|
|
||||||
enabled: true
|
|
||||||
snapshots:
|
|
||||||
enabled: true
|
|
||||||
retain:
|
|
||||||
default: 365
|
|
||||||
|
|
||||||
back_yard2:
|
|
||||||
ffmpeg:
|
|
||||||
inputs:
|
|
||||||
# 640x480 for object detection
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=1
|
|
||||||
roles:
|
|
||||||
- detect
|
|
||||||
# 4k for recording
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=0
|
|
||||||
roles:
|
|
||||||
- record
|
|
||||||
# 1080p for streaming via Home Assistant
|
|
||||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=2
|
|
||||||
roles:
|
|
||||||
- rtmp
|
|
||||||
detect:
|
|
||||||
height: 480
|
|
||||||
width: 640
|
|
||||||
objects:
|
|
||||||
track:
|
|
||||||
- person
|
|
||||||
- cat
|
|
||||||
- dog
|
|
||||||
- bird
|
|
||||||
record:
|
|
||||||
enabled: true
|
|
||||||
retain_days: 2
|
|
||||||
events:
|
|
||||||
retain:
|
|
||||||
default: 90
|
|
||||||
rtmp:
|
|
||||||
enabled: true
|
|
||||||
snapshots:
|
|
||||||
enabled: true
|
|
||||||
retain:
|
|
||||||
default: 365
|
|
|
@ -1,11 +0,0 @@
|
||||||
frigate_mqtt:
|
|
||||||
host: homeassistant.pyrocufflink.blue
|
|
||||||
port: 8883
|
|
||||||
user: frigate
|
|
||||||
password: >-
|
|
||||||
{{ vault_frigate_mqtt_password }}
|
|
||||||
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
|
|
||||||
|
|
||||||
frigate_shm_size: 256
|
|
||||||
|
|
||||||
journal2ntfy_filters: _TRANSPORT=kernel --grep ^md
|
|
|
@ -1,21 +0,0 @@
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
|
||||||
65396562623736373761303862323664653537353535613231656137346162316464363333363366
|
|
||||||
3364653165303462393864353564623563386233346433370a393734643764663863326338326130
|
|
||||||
38613066363163356637613737626366303932623231313333366463393966643632363961313338
|
|
||||||
6135623132626636610a343334623935363331346562363138616539613961623662666237623836
|
|
||||||
37393766326564633736373862333838666632663161633932303063303164616438663764646431
|
|
||||||
34356134613366643738616166373161353834333763343863353034326431613539666636666631
|
|
||||||
37656433383264653234386361333139653263346261333839363861333733313237663062323032
|
|
||||||
64373266326236636261373763363639626163386336383233356333643831336165383764666230
|
|
||||||
35323632653664353464313631386438616266343137616131343663663735356639356431336562
|
|
||||||
65353338313535303732326635386364366131303461356532356432656332666563633636623735
|
|
||||||
64646132346430303063323964343866313034323163306437373735623166316332666564323662
|
|
||||||
30613436643861646634363938656565643231353134343331613766333466396436656138363436
|
|
||||||
35363038383731663865666437393535316366303631313862663463323663326133333362373666
|
|
||||||
38633938313130306437323433336538303163336435356235393664303736326537613764626665
|
|
||||||
61336335633465613735386464616565613539636265313863303463363261323931636138343834
|
|
||||||
66383136616638643766333436393865666531343838376431626636383631303635376365643830
|
|
||||||
37343864643262316333346632663538643334396530613831323535373337373439373833623466
|
|
||||||
63336634643833623161383963663736333634313334386633636439386663633166363333363737
|
|
||||||
30353630316530386133396162376430333138303037336266386438326461653838653132343264
|
|
||||||
34643062363239333164
|
|
3
hosts
3
hosts
|
@ -47,8 +47,6 @@ bitwarden_rs
|
||||||
[file-servers]
|
[file-servers]
|
||||||
file0.pyrocufflink.blue
|
file0.pyrocufflink.blue
|
||||||
|
|
||||||
[frigate]
|
|
||||||
|
|
||||||
[gitea]
|
[gitea]
|
||||||
git0.pyrocufflink.blue
|
git0.pyrocufflink.blue
|
||||||
|
|
||||||
|
@ -65,7 +63,6 @@ file0.pyrocufflink.blue
|
||||||
|
|
||||||
[journal2ntfy:children]
|
[journal2ntfy:children]
|
||||||
burp-server
|
burp-server
|
||||||
frigate
|
|
||||||
|
|
||||||
[k8s-controller]
|
[k8s-controller]
|
||||||
k8s-ctrl0.pyrocufflink.blue
|
k8s-ctrl0.pyrocufflink.blue
|
||||||
|
|
Loading…
Reference in New Issue