Installs hdparm on Debian/Ubuntu Linux servers.
None.
Available variables are listed below, along with default values (see defaults/main.yml
):
hdparm_manage_config: true
Whether this role should manage the hdparm config.
hdparm_devices: []
# - dev: /dev/sda
# options:
# - "spindown_time = 120"
Options to set per device. Only used if hdparm_manage_config
is true
.
None.
- hosts: all
roles:
- geerlingguy.hdparm
MIT / BSD
This role was created in 2016 by Jeff Geerling, author of Ansible for DevOps.