diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-03 23:43:17 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-03 23:44:47 +0200 |
| commit | 9e608b9488d723b65e9b9452ee2805976f4a01dc (patch) | |
| tree | d0f0086ead57a6e798aac3038298cc557c30c6cd /host_vars/pve.local.yml.example | |
| parent | 0f9dc1fb390a4c4200235a81d30fc679e09bc199 (diff) | |
Refactor pve roles to create storage separately
Diffstat (limited to 'host_vars/pve.local.yml.example')
| -rw-r--r-- | host_vars/pve.local.yml.example | 7 |
1 files changed, 3 insertions, 4 deletions
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" |
