feat: add frigate.yml
Some checks failed
Deploy / Prepare Build (push) Failing after 2m43s

This commit is contained in:
Matthew McKinnon 2024-11-03 12:56:33 +10:00
parent db828aa2ba
commit 167d50f05e
2 changed files with 16 additions and 4 deletions

10
frigate.yml Normal file
View File

@ -0,0 +1,10 @@
---
- hosts: frigate
become: yes
pre_tasks:
- name: Base Install
include_tasks: tasks/base.yml
roles:
- role: docker
tags: docker_install
tags: frigate_install

View File

@ -134,10 +134,12 @@
- hosts: frigate - hosts: frigate
become: yes become: yes
tasks: pretasks:
- name: Deploy iDrac Fan Controller - name: Base Install
import_tasks: tasks/idrac.yml include_tasks: tasks/base.yml
tags: idrac_install roles:
- role: docker
tags: docker_install
tags: frigate_install tags: frigate_install