mirror of
https://gitea.0xace.cc/ansible-galaxy/luks.git
synced 2024-11-24 15:26:42 +00:00
fix default values
This commit is contained in:
parent
b3d0cc33f8
commit
f6f6eec9c4
@ -1,3 +1,23 @@
|
|||||||
---
|
---
|
||||||
luks_type: luks2
|
luks_type: luks2
|
||||||
luks_state: opened
|
luks_state: opened
|
||||||
|
luks_passphrase: CHANGE_ME
|
||||||
|
|
||||||
|
luks_devices: []
|
||||||
|
# - name: "nvme0n1p1-decrypted"
|
||||||
|
# device: "/dev/nvme0n1p1"
|
||||||
|
# passphrase: "{{ luks_passphrase }}"
|
||||||
|
# persistent: true
|
||||||
|
# perf_no_read_workqueue: true
|
||||||
|
# perf_no_write_workqueue: true
|
||||||
|
# perf_same_cpu_crypt: true
|
||||||
|
# allow_discards: true
|
||||||
|
# - name: "nvme1n1p1-decrypted"
|
||||||
|
# device: "/dev/nvme1n1p1"
|
||||||
|
# passphrase: "{{ luks_passphrase }}"
|
||||||
|
# persistent: true
|
||||||
|
# perf_no_read_workqueue: true
|
||||||
|
# perf_no_write_workqueue: true
|
||||||
|
# perf_same_cpu_crypt: true
|
||||||
|
# allow_discards: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user