https://github.com/geerlingguy/ansible-role-hdparm
Ansible Role - hdparm.
https://github.com/geerlingguy/ansible-role-hdparm
ansible hard-disk hdparm performance read role test write
Last synced: about 1 month ago
JSON representation
Ansible Role - hdparm.
- Host: GitHub
- URL: https://github.com/geerlingguy/ansible-role-hdparm
- Owner: geerlingguy
- License: mit
- Created: 2016-10-24T20:07:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T03:25:10.000Z (3 months ago)
- Last Synced: 2025-02-28T07:12:08.962Z (about 2 months ago)
- Topics: ansible, hard-disk, hdparm, performance, read, role, test, write
- Language: Jinja
- Homepage: https://galaxy.ansible.com/geerlingguy/hdparm/
- Size: 28.3 KB
- Stars: 17
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: hdparm
[](https://github.com/geerlingguy/ansible-role-hdparm/actions/workflows/ci.yml)
Installs hdparm on Debian/Ubuntu Linux servers.
## Requirements
None.
## Role Variables
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`.
## Dependencies
None.
## Example Playbook
- hosts: all
roles:
- geerlingguy.hdparm## License
MIT / BSD
## Author Information
This role was created in 2016 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).