initial commit of the converted role from helm charts for qubernetis to compose ansible role
17 lines
374 B
YAML
17 lines
374 B
YAML
# SPDX-License-Identifier: MIT-0
|
|
---
|
|
galaxy_info:
|
|
role_name: ess_pro_compose
|
|
author: digitalboard
|
|
description: Full ESS Pro stack (matrix-stack v26.5.1) via docker compose, with federation-reader worker
|
|
license: MIT
|
|
min_ansible_version: "2.14"
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bookworm
|
|
|
|
dependencies: []
|
|
|
|
collections:
|
|
- community.docker
|