Files
Ansible-Bootstrap/roles/global_defaults/defaults/main.yml

22 lines
536 B
YAML

---
vm_cpus: 4
cis_enabled: "{{ cis is defined and cis | bool }}"
custom_iso_enabled: "{{ custom_iso is defined and custom_iso | bool }}"
luks_enabled: false
luks_mapper_name: "SYSTEM_DECRYPTED"
luks_auto_decrypt: true
luks_auto_decrypt_method: "tpm2"
luks_tpm2_device: "auto"
luks_tpm2_pcrs: ""
luks_keyfile_size: 64
luks_options: "discard,tries=3"
luks_type: "luks2"
luks_cipher: "aes-xts-plain64"
luks_hash: "sha512"
luks_iter_time: 4000
luks_key_size: 512
luks_pbkdf: "argon2id"
luks_use_urandom: true
luks_verify_passphrase: true