rolehippie.mdadm

mdadm

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

This is an Ansible role for installing and setting up the mdadm RAID manager.

The development and enhancement of this Ansible role are supported by my current and former employers, including Cloudpunks GmbH and Proact Deutschland GmbH.

Contents


Requirements

  • Minimum Ansible version: 2.10

Default Variables

mdadm_arrays

A list of Docker registries for automatic login.

Default value

mdadm_arrays: []

Example usage

mdadm_arrays:
  - number: 0
    level: 1
    filesystem: ext4
    mountpoint: /var/lib/foo
    devices:
      - /dev/sdb
      - /dev/sdc
  - number: 1
    level: 1
    filesystem: ext4
    mountpoint: /var/lib/bar
    args:
      - --data-offset=1024
    devices:
      - /dev/sdd
      - /dev/sde

mdadm_homehost

Hostname for the mdadm configuration.

Default value

mdadm_homehost: '{{ inventory_hostname }}'

mdadm_mailaddr

Default value

mdadm_mailaddr: root

Discovered Tags

mdadm

skip_ansible_later

Dependencies

License

Apache-2.0

Author

Thomas Boerger

Informazioni sul progetto

Ansible role to install and configure mdadm RAID manager

Installa
ansible-galaxy install rolehippie.mdadm
Licenza
apache-2.0
Download
106
Proprietario
Ansible role collection of Webhippie