From 0bca6bd749c2f799074d648843aea576b7f506d8 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Fri, 3 Jul 2026 11:00:17 +0200 Subject: Update ethtool to handle laptop lid suspend issues When using WoL with laptops (ex Lenovo) closing the lid suspends the laptop and breaks WoL, this is to allow configuring the lid behavior --- host_vars/pve.local.yml | Bin 848 -> 880 bytes host_vars/pve.local.yml.example | 3 +++ 2 files changed, 3 insertions(+) (limited to 'host_vars') diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml index a9e89f47..74e4714a 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 fa59020a..182eb39e 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -16,3 +16,6 @@ restic_version: "0.19.0" pve_admin_user: "admin" pve_admin_password: "changeme" + +ethtool_wol_interface: "eth0" +ethtool_lid_ac_action: "ignore" -- cgit v1.2.3