From 97c97e7b9880a90b2e54dd2b5f02aaf65824fb1f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 3 Jul 2026 23:43:17 +0200 Subject: Refactor pve roles to create storage separately --- host_vars/pve.local.yml | Bin 822 -> 827 bytes host_vars/pve.local.yml.example | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'host_vars') diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml index a0465c97..16fb0f37 100644 Binary files a/host_vars/pve.local.yml and b/host_vars/pve.local.yml differ diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example index f804ba67..0c9bcbcb 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -9,12 +9,11 @@ network_ipv4_address: "10.0.0.253" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" -pve_network_interface: "enp0s25" - pve_admin_user: "admin" pve_admin_password: "changeme" -pve_lvm_device: "/dev/sda4" -pve_lvm_vg_name: "pve" +pve_network_interface: "enp0s25" +pve_storage_device: "/dev/sda4" +pve_storage_name: "pve" restic_version: "0.19.0" -- cgit v1.2.3