puh current config pre departure

This commit is contained in:
2025-08-03 17:18:58 -07:00
parent 55560dfcb2
commit 05cb47761a
17 changed files with 276 additions and 91 deletions

View File

@ -14,15 +14,15 @@
### Bottom Service Control Panel
#- name: Install Packages
# apt:
# name: "{{ item }}"
# state: present
# loop: "{{ main_packages }}"
#
#- name: Install ustreamer
# include_tasks: ustreamer.yaml
#
- 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
#
@ -31,14 +31,14 @@
#
#- name: Install photo refresh site
# include_tasks: photo_refresh.yaml
#
#- name: Install timelapse service control
# include_tasks: service_control.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
#- name: Set up Chrome Kiosk Services
# include_tasks: chrome.yaml
...