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

@@ -0,0 +1,8 @@
---
- name: Configure shim-based Secure Boot
when: os != 'archlinux'
ansible.builtin.include_tasks: secure_boot/shim.yml
- name: Configure sbctl Secure Boot
when: os == 'archlinux'
ansible.builtin.include_tasks: secure_boot/sbctl.yml