Kevin Veen-Birkenbach 53e5c563ae
Refactor MIG build process to run asynchronously with optional wait control
- Moved MIG data build commands into a dedicated 02_build_data.yml task file.
- Added async execution (async: 3600, poll: 0) for non-blocking build.
- Introduced mig_wait_for_build variable to optionally wait for completion.
- Added debug message to inform how to disable waiting via build_data.wait_for=false for performance.
- Updated config to use nested build_data.enabled and build_data.wait_for structure.
- Adjusted variable lookups accordingly.

https://chatgpt.com/share/689b54d2-e3b0-800f-91df-939ebc5e12ef
2025-08-12 16:51:24 +02:00
..
2025-08-12 02:38:37 +02:00

MIG

This folder contains the Ansible role to deploy the Meta Infinite Graph for Infinito.Nexus.

Description

This role sets up the Ansible Meta Infinite Graph for Infinito.Nexus. The Meta Infinite Graph visualizes all dependencies and relationships between Infinito.Nexus roles, making the overall infrastructure structure transparent and easy to understand.

Overview

The Meta Infinite Graph is an essential tool for analyzing, auditing, and maintaining the modular structure of the Infinito.Nexus ecosystem. It provides a clear overview of all roles and how they are interconnected.

Features

  • Automatic deployment of the Meta Infinite Graph web application
  • Shows all dependencies and connections between Infinito.Nexus roles
  • Useful for documentation and architecture transparency

Further Resources