Files
pi_top/defaults/main.yaml
2025-06-23 09:39:45 -07:00

44 lines
624 B
YAML

---
lldp_packages:
- lldpd
- ethtool
- dbus-user-session
- curl
default_projects:
- "electronics"
- "pi_top_4"
- "robotics"
project_path: "/usr/lib/python3/dist-packages/pt_miniscreen/demo_projects"
archive_path: "/opt/pi-top/archive/projects"
api_working_dir: "/var/lib/lldp-api"
lldp_project_working_dir: "/home/{{ admin_username }}/Desktop/Projects/lldp-scan"
admin_username: pi
pi_default_password: "pi-top"
kde_full: false
rename_host: false
install_packages: false
config_smb: true
save_pi_user: true
public_deploy: true
update_grub_timeout: false
gather_only: false
deb_base: false
...