Install Lynis in Debian host bootstrap

This commit is contained in:
juvdiaz 2026-06-29 14:38:35 -06:00
parent adb2b921ed
commit eaf74b50eb
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ The playbook:
the current Debian release the current Debian release
- installs user-level pipx CLI tools such as `yt-dlp`, plus runtime helpers - installs user-level pipx CLI tools such as `yt-dlp`, plus runtime helpers
such as `ffmpeg` and `nodejs` such as `ffmpeg` and `nodejs`
- installs Lynis for report-only host audits through `./jeannie security-host`
- installs `age` and `sops` for encrypted repo-managed secrets - installs `age` and `sops` for encrypted repo-managed secrets
- installs and configures Ollama for homelab-local AI helpers when - installs and configures Ollama for homelab-local AI helpers when
`debian_pc_install_ollama` is true `debian_pc_install_ollama` is true

View File

@ -57,6 +57,7 @@ debian_pc_base_packages:
- git - git
- gnupg - gnupg
- gpg - gpg
- lynis
- nodejs - nodejs
- python3 - python3
- python3-apt - python3-apt