nis/roles/common/tasks/luks.yml
2022-02-20 12:07:59 +01:00

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' }}"