linux-system-roles / nbde_client

Ansible role for configuring Network Bound Disk Encryption clients (e.g. clevis)
https://linux-system-roles.github.io/nbde_client/
MIT License
14 stars 24 forks source link

chore: add debian late boot support #176

Open xeluior opened 1 month ago

xeluior commented 1 month ago

Enhancement: Adds support for Debian. However, since Debian only supports dm-crypt as a full-disk encryption method during install, support for early boot is explicitly disabled. This also prevents a dependency on NetworkManager, which is known to cause issues for some Debian-family distributions (notably Proxmox).

Reason: Needed Debian/Proxmox late-boot support

Result: Adds vars file for Debian, which will be included as OS family file.

Issue Tracker Tickets (Jira or BZ if any): N/A