mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 10:35:09 +00:00
13 lines
294 B
YAML
13 lines
294 B
YAML
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
- name: Deploy Opensource custom resource definitions and operator
|
|
hosts: localhost
|
|
vars_files:
|
|
- /_cfg/operator-console-vars.yml
|
|
vars:
|
|
state: present
|
|
wait_timeout: 3600
|
|
roles:
|
|
- ibm.blockchain_platform.fabric_operator_crds
|