Action to setup Hyperledger Fabric CLIs
This action will run an Ansible Playbook using the "Ansible Collection For Fabric" It is based off the v2.0.0-beta docker image.
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
The actions supports the following inputs:
playbook
: Path to the playbook to runargsfile
: path to an additional args file to supply to Ansible (standard Ansible yaml format)