prole/infrastructure/roles/dashboard/defaults/main.yml

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