summaryrefslogtreecommitdiffstats
path: root/host_vars/pve.local.yml.example
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-07-03 11:00:17 +0200
committerAhmed AbdelHalim <[email protected]>2026-07-03 11:00:17 +0200
commit0bca6bd749c2f799074d648843aea576b7f506d8 (patch)
tree9e36d5afa874fb50f05c9ce81ad7d5e475272103 /host_vars/pve.local.yml.example
parente89dee079d3453b3965b0bed59233c19825704ee (diff)
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
Diffstat (limited to 'host_vars/pve.local.yml.example')
-rw-r--r--host_vars/pve.local.yml.example3
1 files changed, 3 insertions, 0 deletions
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"