mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
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
8 lines
218 B
YAML
8 lines
218 B
YAML
---
|
|
- 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
|