From eaf74b50ebf3237e5c7192f16be61f1be8bca1f8 Mon Sep 17 00:00:00 2001 From: juvdiaz Date: Mon, 29 Jun 2026 14:38:35 -0600 Subject: [PATCH] Install Lynis in Debian host bootstrap --- bootstrap/host/README.md | 1 + bootstrap/host/group_vars/debian_pc.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstrap/host/README.md b/bootstrap/host/README.md index f23725b..b5bdcee 100644 --- a/bootstrap/host/README.md +++ b/bootstrap/host/README.md @@ -30,6 +30,7 @@ The playbook: the current Debian release - installs user-level pipx CLI tools such as `yt-dlp`, plus runtime helpers 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 and configures Ollama for homelab-local AI helpers when `debian_pc_install_ollama` is true diff --git a/bootstrap/host/group_vars/debian_pc.yml b/bootstrap/host/group_vars/debian_pc.yml index 8f30bc5..168e0de 100644 --- a/bootstrap/host/group_vars/debian_pc.yml +++ b/bootstrap/host/group_vars/debian_pc.yml @@ -57,6 +57,7 @@ debian_pc_base_packages: - git - gnupg - gpg + - lynis - nodejs - python3 - python3-apt