mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Optimized tests für run once
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user