From 9407eecc04c703c1bfc413efda93c41ae305689f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 6 Jul 2026 17:17:50 +0200 Subject: Fix network setup on pve --- host_vars/pve.local.yml | Bin 353 -> 365 bytes host_vars/pve.local.yml.example | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'host_vars') diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml index 02bacbe3..f9640566 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 7cda3a76..007962dc 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -2,12 +2,11 @@ network_ipv4_address: "10.0.0.253" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" -network_bridge: "vmbr0" +network_bridge_interface: "enp0s25" pve_admin_user: "admin" pve_admin_password: "changeme" pve_storage_device: "/dev/sda4" -pve_storage_name: "pve" restic_version: "0.19.0" -- cgit v1.2.3