Files
carputer/tasks/main.yaml

44 lines
975 B
YAML

---
###########################################################
# Playbook for configuring GOLE as Road Trip Carputer
###########################################################
# Steps:
### Packages
### uStreamer
### GPS Service
### Timelapse Service
### Photo Refresh Page
### Cosmos Autologin
### Top Cam Feed Kiosk
### Bottom Service Control Panel
#- name: Install Packages
# apt:
# name: "{{ item }}"
# state: present
# loop: "{{ main_packages }}"
#
#- name: Install ustreamer
# include_tasks: ustreamer.yaml
#
#- name: Install gps_service
# include_tasks: gps_service.yaml
#
#- name: install timelapse service
# include_tasks: timelapse.yaml
#
#- name: Install photo refresh site
# include_tasks: photo_refresh.yaml
#
#- name: Install timelapse service control
# include_tasks: service_control.yaml
#
#- name: Install cosmos autologin user
# include_tasks: cosmos_autologin.yaml
#
- name: Set up Chrome Kiosk Services
include_tasks: chrome.yaml
...