initial commit, carputer ansible role

This commit is contained in:
2025-07-26 15:09:47 -07:00
commit b81872440f
17 changed files with 526 additions and 0 deletions

15
tasks/timelapse.yaml Normal file
View File

@ -0,0 +1,15 @@
---
- name: Create user
user:
name: "timelapse"
state: present
shell: /bin/bash
groups: video
...