summaryrefslogtreecommitdiffstats
path: root/host_vars/proxmox-iso.local.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/proxmox-iso.local.yml.example')
-rw-r--r--host_vars/proxmox-iso.local.yml.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/host_vars/proxmox-iso.local.yml.example b/host_vars/proxmox-iso.local.yml.example
index 2775848..169b6ee 100644
--- a/host_vars/proxmox-iso.local.yml.example
+++ b/host_vars/proxmox-iso.local.yml.example
@@ -26,9 +26,17 @@ partition_swap:
partition_root:
num: 3
name: "pve-root"
- part_start: "9.0GiB"
+ part_start: "69.0GiB"
part_end: "100%"
fstype: "ext4"
dev: "{{ partition_disk }}3"
mount_path: "/mnt"
+partition_extras:
+ - num: 4
+ name: "pve-data"
+ flags: ["LVM"]
+ part_start: "69.0GiB"
+ part_end: "100%"
+ fstype: "lvm"
+ dev: "{{ partition_disk }}4"
configure_playbook_dir: "../ansible-distro-configure"