CU-1newj99 Added motion camera deployment to home server

This commit is contained in:
Bastian de Byl
2021-10-02 17:01:42 -04:00
parent 6f9d074241
commit 265f3b859e
9 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: install motion
become: true
pacman:
name: "{{ deps }}"
state: present
tags: deps