This commit is contained in:
2021-11-10 15:53:08 +01:00
parent 2ac714acc5
commit a9579060a4
9 changed files with 111 additions and 171 deletions

View File

@@ -0,0 +1,6 @@
- name: (luks.ym) add new key to the LUKS container (container has to exist)
luks_device:
device: "{{ luks_device }}"
keyfile: "{{ role_path + '/files/vault/luks_default_passwd' }}"
new_keyfile: "{{ role_path + '/files/vault/luks_chris_passwd' }}"