diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-08 01:50:59 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-08 01:50:59 +0200 |
| commit | 4a421249a8972c35cc6728cef7eed10e79419bbf (patch) | |
| tree | d02a5f5a923d6105c2351c899def3edca8f954d7 /host_vars/pve.local.yml.example | |
| parent | 7609367ecb9751825a37e0fe2717aae8fd805da9 (diff) | |
Fix install proxmoxer using pip
Using mise or python role broke on other machines so went with the
simplest solution for now, it's safe to break the system packages for
python as this is not used internally in other ways
Also proxmoxer 2+ is needed to work with the proxmox module
Diffstat (limited to 'host_vars/pve.local.yml.example')
| -rw-r--r-- | host_vars/pve.local.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host_vars/pve.local.yml.example b/host_vars/pve.local.yml.example index 007962dc..0a4a5ceb 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -2,7 +2,7 @@ network_ipv4_address: "10.0.0.253" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" -network_bridge_interface: "enp0s25" +network_bridge_interface: "eth0" pve_admin_user: "admin" pve_admin_password: "changeme" @@ -10,5 +10,5 @@ pve_storage_device: "/dev/sda4" restic_version: "0.19.0" -ethtool_wol_interface: "enp0s25" +ethtool_wol_interface: "eth0" ethtool_lid_ac_action: "ignore" |
