Add overclocking for AMD GPUs

This commit is contained in:
exu 2024-10-27 18:45:06 +01:00
parent 96f87089cd
commit 2e89f40558
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
options amdgpu ppfeaturemask=0xFFF7FFFF

View File

@ -224,6 +224,15 @@
become: true
tags: services
- name: Enable LACT daemon
ansible.builtin.systemd_service:
name: "lactd"
state: "started"
enabled: true
when: ('lact' in ansible_facts.packages)
become: true
tags: services
- name: Create groups
ansible.builtin.group:
name: "{{ item }}"