Add overclocking for AMD GPUs
This commit is contained in:
parent
96f87089cd
commit
2e89f40558
@ -0,0 +1 @@
|
|||||||
|
options amdgpu ppfeaturemask=0xFFF7FFFF
|
@ -224,6 +224,15 @@
|
|||||||
become: true
|
become: true
|
||||||
tags: services
|
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
|
- name: Create groups
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user