Docs, examples, and tooling
This commit is contained in:
15
vars_baremetal_example.yml
Normal file
15
vars_baremetal_example.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
hypervisor: "none"
|
||||
install_type: "physical"
|
||||
install_drive: "/dev/sda"
|
||||
|
||||
os: "archlinux"
|
||||
filesystem: "btrfs"
|
||||
|
||||
luks_enabled: true
|
||||
luks_passphrase: "1234"
|
||||
luks_mapper_name: "SYSTEM_DECRYPTED"
|
||||
luks_auto_decrypt: true
|
||||
luks_auto_decrypt_method: "tpm2"
|
||||
luks_tpm2_device: "auto"
|
||||
luks_tpm2_pcrs: "7"
|
||||
Reference in New Issue
Block a user