Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:22:06.000Z (4 months ago)
- Last Synced: 2024-10-10T04:06:45.176Z (about 1 month ago)
- Topics: ansible, hard-disk, hdparm, performance, read, role, test, write
- Language: Jinja
- Homepage: https://galaxy.ansible.com/geerlingguy/hdparm/
- Size: 26.4 KB
- Stars: 15
- 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
[![CI](https://github.com/geerlingguy/ansible-role-hdparm/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-hdparm/actions?query=workflow%3ACI)
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/).