Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ansible Role - hardware

Manages hardware related settings for clients.

Example Playbook

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

Role Variables

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

Requirements

This roles has no additional requirements.

License

See LICENSE

Author Information

Karras