prole/infrastructure/roles/dashboard/defaults/main.yml
chrisfu cf6d79f505 ansible: fix netplan_static YAML, dashboard conky pkg, mariadb vault vars
- netplan_static: avoid Jinja whitespace/indent YAML breakage with trim_blocks; set /etc/netplan perms to 0600; add render+YAML-parse test

- dashboard: install concrete conky provider (conky-all) and add defaults test; wire role into site.yml; document dashboard service usage

- mariadb: add mariadb parent group for group_vars scope; add group defaults deriving datastore password from vault; add vault entry; add vars resolution test; remove host overrides

- misc: update port-forward mappings, generated prole.cfg, and bump prole-db version

Co-authored-by: Junie <junie@jetbrains.com>
2026-03-05 23:02:42 -08:00

24 lines
632 B
YAML

---
# Local console dashboard (X + conky)
dashboard_user: pi
dashboard_script_dest: /usr/local/bin/dashboard.sh
# Primary display (Linux VT) to use for the dashboard session.
dashboard_vt: 1
# Whether to enable the service at boot. (Starting it manually is enough.)
dashboard_enable: false
# Start the service as part of the playbook run.
dashboard_start: false
# Debian-family package list (kept explicit for reproducibility).
dashboard_packages_debian:
# `conky` is a virtual package on some Debian releases; install a concrete provider.
- conky-all
- fonts-dejavu-core
- x11-xserver-utils
- xinit
- xserver-xorg