Configure powerdevil & power-profiles-daemon for p14
This commit is contained in:
parent
dc30796f75
commit
c75ab7f663
3 changed files with 13 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ packages:
|
||||||
- postgresql
|
- postgresql
|
||||||
- plasma-meta
|
- plasma-meta
|
||||||
- plasma-login-manager
|
- plasma-login-manager
|
||||||
|
- power-profiles-daemon
|
||||||
|
- powerdevil
|
||||||
- wezterm
|
- wezterm
|
||||||
- thunderbird
|
- thunderbird
|
||||||
- pipewire
|
- pipewire
|
||||||
|
|
|
||||||
4
p14.yml
4
p14.yml
|
|
@ -16,6 +16,10 @@
|
||||||
ansible.builtin.import_tasks: "tasks/wireguard-media.yml"
|
ansible.builtin.import_tasks: "tasks/wireguard-media.yml"
|
||||||
tags: wireguard-media
|
tags: wireguard-media
|
||||||
|
|
||||||
|
- name: P14 provisioning
|
||||||
|
ansible.builtin.import_tasks: "tasks/p14.yml"
|
||||||
|
tags: p14
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: Import default handlers
|
- name: Import default handlers
|
||||||
ansible.builtin.import_tasks: handlers.yml
|
ansible.builtin.import_tasks: handlers.yml
|
||||||
|
|
|
||||||
7
tasks/p14.yml
Normal file
7
tasks/p14.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
- name: Enable power-profiles-daemon
|
||||||
|
become: true
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
name: power-profiles-daemon
|
||||||
|
state: started
|
||||||
|
enabled: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue