Skip to content

hyperledgendary/fabric-ansible-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ fabric-ansible-action

Action to setup Hyperledger Fabric CLIs

About

This action will run an Ansible Playbook using the "Ansible Collection For Fabric" It is based off the v2.0.0-beta docker image.

Usage

To run a playbook

  - name: Create the Fabric Operations Console
    uses: hyperledgendary/fabric-ansible-action
    with:
      playbook: playbooks/operator_console_playbooks/02-console-install.yml

To run a playbook with an additional Ansible Arugments file

  - name: Create the Fabric Operations Console
    uses: hyperledgendary/fabric-ansible-action
    with:
      playbook: playbooks/operator_console_playbooks/02-console-install.yml
      argsfile: _cfg/domain.yml

Inputs

The actions supports the following inputs:

  • playbook: Path to the playbook to run
  • argsfile: path to an additional args file to supply to Ansible (standard Ansible yaml format)

License

APACAHE-2.0.

About

GitHub Action to run Ansible Playbooks for Hyperledger Fabric

Resources

License

Stars

Watchers

Forks

Packages

No packages published