arch: begin bootstrapping role
This commit is contained in:
13
roles/arch/defaults/main.yml
Normal file
13
roles/arch/defaults/main.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
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 }}"
|
Reference in New Issue
Block a user