initial commit

This commit is contained in:
2025-09-14 13:01:12 -07:00
commit d2c9c31105
12 changed files with 964 additions and 0 deletions

106
defaults/main.yaml Normal file
View File

@ -0,0 +1,106 @@
---
cosmos_terse_packages:
- sudo
- htop
- net-tools
- curl
- pigz
- jq
cosmos_base_packages:
- nmap
- lm-sensors
- speedtest-cli
- ethtool
- tidy
- lynx
- iotop
- iftop
- gnupg
- pwgen
- unzip
- iw
- lshw
- firmware-iwlwifi
- dnsutils
- git
- brightnessctl
- v4l-utils
- ffmpeg
- libpam-kwallet5
cosmos_amd64_only:
- thermald
- acpi
gather_facts_packages:
- lshw
- iw
- bind9-dnsutils
preboot_packages:
- openssh-server
- curl
- openvpn
- net-tools
- htop
- bsdmainutils
fprint_device_url: 'https://fprint.freedesktop.org/supported-devices.html'
# list of device IDs of things I own
# that are compatible with windows hello
howdy_webcams:
# Dell XPS Laptop
- "0bda:58c8"
# Cheapo USB Webcam
- "0408:7a10"
# default user accounts from various other OS builds
default_users:
- pi
deb_version: "trixie"
remove_default_vpn: true
terse_packages: false
install_packages: true
rename_host: false
realtek_present: false
install_nvidia: false
hyperv_client: false
cosmos_exists: true
no_vpn: false
smb_configured: false
gather_only: false
home_endpoint: false
plasma_present: false
public_deploy: false
save_pi_user: false
update_grub_timeout: true
add_domain: false
init_light: false
onboard_pi: false
rtl8821ce_present: false
...