Install Lynis in Debian host bootstrap
This commit is contained in:
parent
adb2b921ed
commit
eaf74b50eb
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ debian_pc_base_packages:
|
||||||
- git
|
- git
|
||||||
- gnupg
|
- gnupg
|
||||||
- gpg
|
- gpg
|
||||||
|
- lynis
|
||||||
- nodejs
|
- nodejs
|
||||||
- python3
|
- python3
|
||||||
- python3-apt
|
- python3-apt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue