homelab/frigate.yml

10 lines
187 B
YAML
Raw Normal View History

2024-11-03 12:56:33 +10:00
---
- hosts: frigate
become: yes
pre_tasks:
- name: Base Install
include_tasks: tasks/base.yml
roles:
- role: docker
tags: docker_install
tags: frigate_install