diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-06 17:17:50 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-06 17:17:50 +0200 |
| commit | 9407eecc04c703c1bfc413efda93c41ae305689f (patch) | |
| tree | 094af4ee11406d73d51989b242f3d7413950f8a3 /host_vars/pve.local.yml.example | |
| parent | 09fbb2b1d86b8ad6671c746f3df997390f7a6293 (diff) | |
Fix network setup on pve
Diffstat (limited to 'host_vars/pve.local.yml.example')
| -rw-r--r-- | host_vars/pve.local.yml.example | 3 |
1 files changed, 1 insertions, 2 deletions
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" |
