geerlingguy / ansible-role-hdparm

Ansible Role - hdparm.

Home Page:https://galaxy.ansible.com/geerlingguy/hdparm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: hdparm

CI

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, author of Ansible for DevOps.

About

Ansible Role - hdparm.

https://galaxy.ansible.com/geerlingguy/hdparm/

License:MIT License


Languages

Language:Jinja 100.0%