init commit
This commit is contained in:
44
defaults/main.yaml
Normal file
44
defaults/main.yaml
Normal 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
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user