Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -3,16 +3,16 @@
include_role:
name: pkgmgr-install
vars:
package_name: cymais-presentation
package_name: infinito-presentation
# package_notify: docker compose up
- name: Get path of cymais-presentation using pkgmgr
command: pkgmgr path cymais-presentation
register: path_cymais_presentation_output
- name: Get path of infinito-presentation using pkgmgr
command: pkgmgr path infinito-presentation
register: path_infinito_presentation_output
- name: Get path of cymais using pkgmgrpull docker repository
command: pkgmgr path cymais
register: path_cymais_output
- name: Get path of infinito using pkgmgrpull docker repository
command: pkgmgr path infinito
register: path_infinito_output
- name: "include docker and reverse proxy for '{{ application_id }}'"
include_role: