Encryption role for luks encrypted drives including TPM2 support
This commit is contained in:
parent
b807d2142e
commit
e45275181f
5 changed files with 96 additions and 0 deletions
5
roles/lmn_encrypt/handlers/main.yml
Normal file
5
roles/lmn_encrypt/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- name: Run update-grub
|
||||
ansible.builtin.command: update-grub
|
||||
|
||||
- name: Run update-dracut
|
||||
ansible.builtin.command: dracut -f
|
||||
Loading…
Add table
Add a link
Reference in a new issue