Skip to content

Ansible role to configure readahead values for disks

License

Notifications You must be signed in to change notification settings

rolehippie/blockdev

Repository files navigation

blockdev

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to configure readahead values for disks.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

blockdev_definitions

List of block devices to manipulate

Default value

blockdev_definitions: []

Example usage

blockdev_definitions:
  - device: /dev/vdb
    ra: 32

Discovered Tags

blockdev

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger