fabric-samples/full-stack-asset-transfer-guide/infrastructure/operator_console_playbooks/01-operator-install.yml
Tatsuya Sato 23dc50c9ae FSAT: Update ansible playbooks for compatibility with K8s v1.25.x
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>
2023-09-29 13:57:10 -04:00

13 lines
308 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:
- hyperledger.fabric_ansible_collection.fabric_operator_crds