Optimized tests für run once

This commit is contained in:
2025-08-12 02:38:37 +02:00
parent 82aaf7ad74
commit 1595a7c4a6
148 changed files with 1803 additions and 1147 deletions

View File

@@ -1,4 +1,3 @@
---
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: "Transform your community engagement with MyBB, a feature-rich forum solution that combines modern design with robust functionality. Enjoy dynamic discussions, intuitive moderation, and a vibrant user interface that brings your community together."
@@ -9,19 +8,17 @@ galaxy_info:
Consulting & Coaching Solutions
https://www.veen.world
galaxy_tags:
- mybb
- docker
- forum
- community
- cms
- mybb
- docker
- forum
- community
- cms
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
documentation: "https://docs.infinito.nexus"
logo:
class: "fa-solid fa-comments"
run_after:
- web-app-matomo
- web-app-keycloak
- web-app-mailu
dependencies:
- srv-proxy-7-4-core
- web-app-matomo
- web-app-keycloak
- web-app-mailu

View File

@@ -1,6 +1,13 @@
---
- name: Load former meta dependencies once
block:
- name: Include moved dependency 'srv-proxy-7-4-core'
include_role:
name: srv-proxy-7-4-core
- set_fact:
run_once_web_app_mybb: true
when: run_once_web_app_mybb is not defined
- name: "load docker and db for {{application_id}}"
include_role:
include_role:
name: cmp-db-docker
- name: "include tasks setup-domain.yml with {{domains | get_domain(application_id)}}"
@@ -17,13 +24,13 @@
recurse: yes
- name: "create {{docker_compose_instance_confd_defaultconf_file}}"
template:
src: "default.conf"
template:
src: "default.conf"
dest: "{{docker_compose_instance_confd_defaultconf_file}}"
notify: docker compose up
- name: add docker-compose.yml
template:
src: "docker-compose.yml.j2"
template:
src: "docker-compose.yml.j2"
dest: "{{docker_compose.directories.instance}}docker-compose.yml"
notify: docker compose up