23 lines
596 B
YAML
23 lines
596 B
YAML
---
|
|
|
|
###########################################################
|
|
# 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
|
|
|
|
... |