mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 18:57: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: >
|
||||
@@ -12,16 +11,14 @@ galaxy_info:
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- matrix
|
||||
- ansible
|
||||
- federated
|
||||
- decentralized
|
||||
- real-time
|
||||
- encrypted
|
||||
- matrix
|
||||
- ansible
|
||||
- federated
|
||||
- decentralized
|
||||
- real-time
|
||||
- encrypted
|
||||
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-satellite-dish"
|
||||
dependencies:
|
||||
- srv-proxy-7-4-core
|
||||
|
@@ -1,10 +1,17 @@
|
||||
---
|
||||
- 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_matrix_ansible: true
|
||||
when: run_once_web_app_matrix_ansible is not defined
|
||||
- name: "include role srv-proxy-6-6-domain for {{application_id}}"
|
||||
include_role:
|
||||
include_role:
|
||||
name: srv-proxy-6-6-domain
|
||||
loop:
|
||||
- "{{ domains[application_id].element }}"
|
||||
- "{{ domains[application_id].synapse }}"
|
||||
- "{{ domains[application_id].element }}"
|
||||
- "{{ domains[application_id].synapse }}"
|
||||
loop_control:
|
||||
loop_var: domain
|
||||
|
||||
@@ -37,8 +44,8 @@
|
||||
hosts_path: "{{ matrix_inventory_tmp_dir.path }}/hosts.yml"
|
||||
|
||||
- name: create hosts.yml
|
||||
template:
|
||||
src: "hosts.yml.j2"
|
||||
template:
|
||||
src: "hosts.yml.j2"
|
||||
dest: "{{hosts_path}}"
|
||||
become: false
|
||||
delegate_to: localhost
|
||||
@@ -62,8 +69,8 @@
|
||||
vars_file_path: "{{ vars_folder_path }}vars.yml"
|
||||
|
||||
- name: create vars.yml
|
||||
template:
|
||||
src: "vars.yml.j2"
|
||||
template:
|
||||
src: "vars.yml.j2"
|
||||
dest: "{{vars_file_path}}"
|
||||
become: false
|
||||
delegate_to: localhost
|
||||
@@ -84,7 +91,7 @@
|
||||
become: false
|
||||
|
||||
|
||||
|
||||
|
||||
#- name: delete inventory directory
|
||||
# file:
|
||||
# path: "{{ matrix_inventory_tmp_dir.path }}"
|
||||
|
Reference in New Issue
Block a user