summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-03-01 23:48:05 +0100
committerAhmed AbdelHalim <[email protected]>2026-03-01 23:48:05 +0100
commit6f25600a79aabfb50c67e396beb8e0488998dfbe (patch)
treec9abcaafd9160b88418db434ac6622fb81b8b365 /configure.yml
parent4572a84c34e3aaae218ce02f548c9e9ccfd359e5 (diff)
Refactor graphics driver roles
Now with the gpu_driver, the installing of the correct driver is delegated to this role, which orchestrate the installing of one or more drivers. This refactoring of the role/testing, means that the roles don't run on testing (intentionally), if a driver needs to be tested it will be added but for now it's not really all that beneficial to keep this 30+ minutes testing roles running just to test the packages existence. It also simplifies the roles, and added as a dependency for steam which is the main reason why these are needed to be installed (also better hyprland animations, but that's not as crucial as steam failing without the drivers).
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml18
1 files changed, 2 insertions, 16 deletions
diff --git a/configure.yml b/configure.yml
index f71f962d..e1fc93e2 100644
--- a/configure.yml
+++ b/configure.yml
@@ -39,27 +39,13 @@
- role: "podman"
- role: "ansible"
- role: "claude"
+ - role: "hyprland"
- role: "firefox"
- role: "zen-browser"
- role: "chromium"
- role: "obsidian"
- role: "microsoft-teams"
- - role: "hyprland"
-
-- name: "Nvidia configure"
- gather_facts: true
- hosts:
- - archlinux.local
- roles:
- - role: "nvidia_gtx1060"
- - role: "steam"
-
-- name: "Mac nvidia configure"
- gather_facts: true
- hosts:
- - mac.local
- roles:
- - role: "intel_i915"
+ - role: "gpu_driver"
- role: "steam"
- name: "Ubuntu configure"