Di. 21 Mai 2019 19:07:14 CEST in /home/jens/Development/ansible/roles/tweaks on deathbolt.927589452.space

This commit is contained in:
Jens Heinrich 2019-05-21 19:07:14 +02:00
parent 3b5dabc3aa
commit e650f91311
19 changed files with 304 additions and 16 deletions

26
tasks/Archlinux-power.yml Normal file
View file

@ -0,0 +1,26 @@
---
- name: install power managment utilities
package:
name:
- acpid
- tlp
- tp-smapi
- acpi-call
- powertop
- smartmontools
- x86_energy_perf_policy
- lsb-release
state: present
become: true
tags:
- installation
- name: enable tlp
service:
name: tlp
state: started
become: true
tags:
- services