Enable full-disk LVM root sizing

This commit is contained in:
2026-01-02 16:08:36 +01:00
parent 90cc9add01
commit 396d802dc3
3 changed files with 30 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ Use these only when you need to override the default layout logic.
| `partitioning_boot_size_mib` | `/boot` size in MiB when a separate boot is used. | `1024` |
| `partitioning_separate_boot` | Force a separate `/boot` partition. | `true` |
| `partitioning_boot_fs_fstype` | Filesystem for `/boot` when separate. | `ext4` |
| `partitioning_use_full_disk` | Use remaining LVM space for the root volume. | `true` |
To protect sensitive information, such as passwords, API keys, and other confidential variables (e.g., `hypervisor_password`), **it is recommended to use Ansible Vault**.