ansible-playbooks/roles/hardware/tasks/main.yml

19 lines
338 B
YAML

---
- name: Install hardware probing tools
apt: name={{ item }} state=latest
with_items:
- lm-sensors
- smartmontools
- hwinfo
- lshw
- acpi
- name: Install framebuffer stuff
apt: name={{ item }} state=latest
with_items:
- vbetool
- fbset
- read-edid