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

23
tasks/main.yaml Normal file
View File

@ -0,0 +1,23 @@
---
###########################################################
# Playbook for configuring GOLE as Road Trip Carputer
###########################################################
# Steps:
### uStreamer
### Timelapse Service
### Sharing Page
### Cosmos Autologin
### Top Cam Feed Kiosk
### Bottom Service Control Panel
# select display_name, city, state, postcode from addresses order by id desc limit 1;
# curl -s http://10.18.1.1:8184/wheres_gali?api_key=srJraFFprHadzQTDZf5hrmXh
- name: Carputer Early Tasks
include_tasks:
- ustreamer.yaml
- timelapse.yaml
- php_site.yaml
...