Skip to content

Hyperledger Fabric-X Ansible Collection Roles

This document lists all the roles that come together within the collection and that can be used to manage the Hyperledger Fabric-X components.

How to use

The roles within this repository can be used to handle the different components that are needed in order to boostrap a Fabric-X network.

They are structured in multiple tasks, each one devoted to a specific action. To perform an action, you can use the ansible.builtin.include_role functionality:

- name: Generate the crypto material with cryptogen
  ansible.builtin.include_role:
    name: hyperledger.fabricx.cryptogen
    tasks_from: start

The roles are interconnected each other, meaning that some roles play as base for other role functions (e.g. the bin or container roles).

Roles list

The roles that come within such collection are listed hereafter. Click on them to access their documentation: