initial commit, carputer ansible role
This commit is contained in:
23
tasks/main.yaml
Normal file
23
tasks/main.yaml
Normal 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
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user