blockdev

blockdev

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

Ansible role to configure readahead values for disks.

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

About

Ansible role to configure readahead values for disks

Install
ansible-galaxy install rolehippie/blockdev
GitHub repository
License
apache-2.0
Downloads
939
Owner
Ansible role collection of Webhippie