initial commit of the converted role from helm charts for qubernetis to compose ansible role
7 lines
196 B
YAML
7 lines
196 B
YAML
# SPDX-License-Identifier: MIT-0
|
|
---
|
|
- name: Deploy ESS Pro v26.5.1 (full stack with federation-reader worker)
|
|
hosts: ess_servers
|
|
become: true
|
|
roles:
|
|
- digitalboard.core.ess_pro_compose
|