frigate: Initial version of role
This commit is contained in:
parent
cb0d0a949d
commit
cb7ca70d16
6 changed files with 139 additions and 0 deletions
6
roles/frigate/handlers/main.yml
Normal file
6
roles/frigate/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Restart frigate
|
||||
ansible.builtin.systemd_service:
|
||||
name: frigate-container
|
||||
state: restarted
|
||||
daemon_reload: true
|
Loading…
Add table
Add a link
Reference in a new issue