mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 15:48:57 +02:00
✨ Add new role web-app-confluence
Introduced a new Ansible role for deploying Atlassian Confluence within the Infinito.Nexus ecosystem. The role follows the same structure as web-app-pretix and includes: - : Core variables, database config, OIDC integration. - : Docker service definitions, features (Matomo, CSS, OIDC, logout, central DB). - : Loads docker, db and proxy stack. - : Placeholder for schema definitions. - : - (base for OIDC plugins/extensions), - (service orchestration), - (environment configuration). - : Metadata, license, company, logo (Font Awesome book-open icon). Canonical domain is set to `confluence.{{ PRIMARY_DOMAIN }}`. This role ensures Confluence integrates seamlessly with Keycloak OIDC and the Infinito.Nexus service stack. Conversation: https://chatgpt.com/share/68b1d006-bbd4-800f-9d2e-9c8a8af2c00f
This commit is contained in:
7
roles/web-app-confluence/tasks/main.yml
Normal file
7
roles/web-app-confluence/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- block:
|
||||
- name: "load docker, db and proxy for {{ application_id }}"
|
||||
include_role:
|
||||
name: sys-stk-full-stateful
|
||||
- include_tasks: utils/run_once.yml
|
||||
when: run_once_web_app_confluence is not defined
|
Reference in New Issue
Block a user