feat(configuration): add Secure Boot tasks for shim and sbctl

This commit is contained in:
2026-04-02 04:36:24 +02:00
committed by MORAWSKI Norbert
parent 57417514e3
commit ceb11852ec
4 changed files with 182 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
- file: encryption.yml
when: "{{ system_cfg.luks.enabled | bool }}"
- file: bootloader.yml
- file: secure_boot.yml
when: "{{ system_cfg.features.secure_boot.enabled | bool }}"
- file: extras.yml
- file: network.yml
- file: users.yml