feat(ess-pro/compose): deploy Element Server Suite Pro via Compose
initial commit of the converted role from helm charts for qubernetis to compose ansible role
This commit is contained in:
parent
c11f019aae
commit
32eca6b923
33 changed files with 1906 additions and 0 deletions
7
roles/ess_pro_compose/examples/site.yml
Normal file
7
roles/ess_pro_compose/examples/site.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue