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

12
files/create_timelapse.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
# create timelapse
# Check if the timestamp is provided
#if [ -z "$1" ]; then
# echo "Usage: ./test.sh --timestamp=\"2025-07-25 12:00:00\""
# exit 1
#fi
# Extract the timestamp from the argument
#TIMESTAMP=$(echo $1 | awk -F'=' '{print $2}')4