init commit

This commit is contained in:
2025-06-23 09:39:45 -07:00
commit 415d1536fb
10 changed files with 333 additions and 0 deletions

44
defaults/main.yaml Normal file
View File

@ -0,0 +1,44 @@
---
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
...