From 31ab4af71809028695e747cc717dae0e45a21e8e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 9 Jul 2026 23:20:14 +0200 Subject: Extract logind lid configuration into it's own role --- host_vars/laptop.local.yml | Bin 849 -> 881 bytes host_vars/laptop.local.yml.example | 2 ++ host_vars/macbook.local.yml | Bin 853 -> 885 bytes host_vars/macbook.local.yml.example | 2 ++ host_vars/pve.local.yml | Bin 467 -> 466 bytes host_vars/pve.local.yml.example | 2 +- 6 files changed, 5 insertions(+), 1 deletion(-) (limited to 'host_vars') diff --git a/host_vars/laptop.local.yml b/host_vars/laptop.local.yml index 18eabeb7..8674e040 100644 Binary files a/host_vars/laptop.local.yml and b/host_vars/laptop.local.yml differ diff --git a/host_vars/laptop.local.yml.example b/host_vars/laptop.local.yml.example index ea11d74e..c3f4ff18 100644 --- a/host_vars/laptop.local.yml.example +++ b/host_vars/laptop.local.yml.example @@ -38,3 +38,5 @@ firefox_policies_override: fonts_extra: - "fonts-font-awesome" - "fonts-google-fira" + +logind_lid_ac_action: "ignore" diff --git a/host_vars/macbook.local.yml b/host_vars/macbook.local.yml index 0d1f1561..9bdb3650 100644 Binary files a/host_vars/macbook.local.yml and b/host_vars/macbook.local.yml differ diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example index 8e2586ca..cb8aae6d 100644 --- a/host_vars/macbook.local.yml.example +++ b/host_vars/macbook.local.yml.example @@ -52,3 +52,5 @@ firefox_extra_extensions: "tabby@whatsyouridea.com": installation_mode: "force_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" + +logind_lid_ac_action: "ignore" diff --git a/host_vars/pve.local.yml b/host_vars/pve.local.yml index 6b2e4ba1..8f2a6a54 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 88a60b5a..60b6060c 100644 --- a/host_vars/pve.local.yml.example +++ b/host_vars/pve.local.yml.example @@ -16,4 +16,4 @@ pve_storage_device: "/dev/sda4" restic_version: "0.19.0" ethtool_wol_interface: "eth0" -ethtool_lid_ac_action: "ignore" +logind_lid_ac_action: "ignore" -- cgit v1.2.3