summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-03 21:32:24 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-03 21:46:32 +0200
commit0f9dc1fb390a4c4200235a81d30fc679e09bc199 (patch)
tree81881feb4dd3726d351f67cdabe7231b24d25383 /host_vars
parent0e8eaf33ae78ea5976d8d025588e91a4ab750c45 (diff)
Refactor pve and add pve-network role to configure the pve network
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/pve.local.ymlbin737 -> 822 bytes
-rw-r--r--host_vars/pve.local.yml.example8
2 files changed, 6 insertions, 2 deletions
diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml
index ce9097fc..a0465c97 100644
--- a/host_vars/pve.local.yml
+++ b/host_vars/pve.local.yml
Binary files differ
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example
index def72e3b..f804ba67 100644
--- a/host_vars/pve.local.yml.example
+++ b/host_vars/pve.local.yml.example
@@ -9,10 +9,14 @@ network_ipv4_address: "10.0.0.253"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
-restic_version: "0.19.0"
+pve_network_interface: "enp0s25"
pve_admin_user: "admin"
pve_admin_password: "changeme"
+pve_lvm_device: "/dev/sda4"
+pve_lvm_vg_name: "pve"
+
+restic_version: "0.19.0"
-ethtool_wol_interface: "eth0"
+ethtool_wol_interface: "enp0s25"
ethtool_lid_ac_action: "ignore"