dotfiles/roles/arch/defaults/main.yml

14 lines
313 B
YAML
Raw Normal View History

2020-11-09 16:06:28 +00:00
---
arch_device: ~
arch_hostname: cookie
arch_part_label_base: "{{ arch_hostname }}"
arch_part_efi_size: "512MiB"
arch_part_root_size: "95%"
arch_lvm_name: "{{ arch_part_label_base }}"
arch_luks_device: "{{ arch_device }}2"
arch_luks_passphrase: "super_secure!"
arch_luks_container_name: "{{ arch_hostname }}"