The linbit.drbd Ansible collection for installing and configuring DRBD®.
- ansible-core 2.16 or newer
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: gitansible-galaxy collection install -r requirements.ymlTo upgrade to the latest commits on the default branch:
ansible-galaxy collection install -r requirements.yml --upgradeSee using Ansible collections for more details.
| Role | Description |
|---|---|
drbd_install |
Install DRBD kernel module, userspace packages, and open replication firewall ports |
This collection is licensed under the MIT License.
See LICENSE for the full text.
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.