Adds k3s and ess_pro roles to replace the planned Nextcloud Talk stack. Integrates with existing Keycloak (OIDC), Garage (S3 media) and OpenBao (secrets). Hostnames under digitalboard.ch.
18 lines
333 B
YAML
18 lines
333 B
YAML
---
|
|
galaxy_info:
|
|
role_name: ess_pro
|
|
author: digitalboard
|
|
description: Deploy Element Server Suite Pro via its official Helm chart
|
|
license: MIT
|
|
min_ansible_version: "2.14"
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bookworm
|
|
|
|
dependencies:
|
|
- role: k3s
|
|
|
|
collections:
|
|
- kubernetes.core
|
|
- community.general
|