homelab/frigate.yml
Matthew McKinnon 167d50f05e
Some checks failed
Deploy / Prepare Build (push) Failing after 2m43s
feat: add frigate.yml
2024-11-03 12:56:38 +10:00

10 lines
187 B
YAML

---
- hosts: frigate
become: yes
pre_tasks:
- name: Base Install
include_tasks: tasks/base.yml
roles:
- role: docker
tags: docker_install
tags: frigate_install