您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- 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
|