Manages hardware related settings for clients.
As this role is tested via Molecule one can use that playbook as a starting point:
---
- name: Converge
hosts: all
gather_facts: true
roles:
- role: hardware
The default variables are defined in defaults/main.yml:
# List of hardware related packages to install
hardware_packages:
- fwupd
- intel-ucode
- sof-firmware
- udisks2
# List of hardware related services to activate
hardware_service_activation:
- fstrim.timer
Another option is to use ansible-doc
to read the argument specification:
ansible-doc --type role -r roles -e main hardware
This roles has no additional requirements.
See LICENSE