Skip to content

Repository files navigation

LINBIT DRBD Collection

The linbit.drbd Ansible collection for installing and configuring DRBD®.

Requirements

  • ansible-core 2.16 or newer

Installation

Install directly from GitHub using requirements.yml until LINBIT publishes to Ansible Galaxy:

# requirements.yml
collections:
  - name: linbit.common
    source: https://github.com/LINBIT/ansible-common-collection.git
    type: git
  - name: linbit.drbd
    source: https://github.com/LINBIT/ansible-drbd-collection.git
    type: git
ansible-galaxy collection install -r requirements.yml

To upgrade to the latest commits on the default branch:

ansible-galaxy collection install -r requirements.yml --upgrade

See using Ansible collections for more details.

Roles

Role Description
drbd_install Install DRBD kernel module, userspace packages, and open replication firewall ports

Licensing

This collection is licensed under the MIT License.

See LICENSE for the full text.

Authors

Created in 2026 by Ryan Ronnander on behalf of LINBIT.

Inspired by pre-collection Ansible contributions from Matt Kereczman, Ryan Ronnander, Michael Troutman, and Devin Vance.

About

Ansible collection: linbit.drbd - DRBD kernel module and package installation

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors