mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
The originally used image of Hyperledger Fabric Ansible Collection was not compatible with K8s v1.25.x. This patch replaces the image with the latest hyperledger-labs/fabric-ansible-collection. Additionally, deprecated notations in the latest Kustomize, patchesJson and patchesStrategicMerge, have been replaced with the recommended syntax to prevent ansible task execution failures. Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
13 lines
269 B
YAML
13 lines
269 B
YAML
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
- name: Deploy Opensource Console
|
|
hosts: localhost
|
|
vars_files:
|
|
- /_cfg/operator-console-vars.yml
|
|
vars:
|
|
state: present
|
|
wait_timeout: 3600
|
|
roles:
|
|
- hyperledger.fabric_ansible_collection.fabric_console
|