6 lines
279 B
YAML
6 lines
279 B
YAML
- name: (luks.ym) add new key to the LUKS container (container has to exist)
|
|
community.crypto.luks_device:
|
|
device: "{{ luks_device }}"
|
|
keyfile: "{{ role_path + '/files/vault/luks_default_passwd' }}"
|
|
new_keyfile: "{{ role_path + '/files/vault/luks_chris_passwd' }}"
|