You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
274 B

---
- name: Create luks container and open it.
luks_device:
device: "{{ disk_egbl_luks_device_node }}"
state: opened
name: "{{ disk_egbl_luks_name }}"
type: luks1
cipher: aes-xts-plain64
hash: sha256
passphrase: "{{ disk_egbl_luks_password }}"