mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
16 lines
421 B
YAML
16 lines
421 B
YAML
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
- name: Create components for an ordering organization
|
|
hosts: localhost
|
|
vars:
|
|
state: present
|
|
organization_name: "{{ ordering_org_name }}"
|
|
organization_msp_id: "{{ ordering_service_msp }}"
|
|
wallet: "/_cfg"
|
|
vars_files:
|
|
- /_cfg/fabric-common-vars.yml
|
|
- /_cfg/fabric-ordering-org-vars.yml
|
|
roles:
|
|
- ibm.blockchain_platform.ordering_organization
|