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.
|
- dmcrypt_devices:
- - device: "{{ system_device }}"
- name: "{{inventory_hostname}}-crypt0"
- cipher: aes-xts-plain64
- hash: sha512
- key_size: 512
-
- system_device: /dev/mapper/{{inventory_hostname}}-crypt0
-
- debian_boot_packages:
- - cryptsetup
|