7 lines
263 B
YAML
7 lines
263 B
YAML
- 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' }}"
|
|
|