arch: begin bootstrapping role

This commit is contained in:
2020-11-09 17:06:28 +01:00
parent 8a0c0a6476
commit 48e010a847
4 changed files with 79 additions and 0 deletions

View 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 }}"